summaryrefslogtreecommitdiff
path: root/src/strings/fstring.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/fstring.hpp')
-rw-r--r--src/strings/fstring.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/strings/fstring.hpp b/src/strings/fstring.hpp
index 8538b70..b025d74 100644
--- a/src/strings/fstring.hpp
+++ b/src/strings/fstring.hpp
@@ -19,13 +19,13 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-#include <cstdarg>
-#include <cstring>
+# include <cstdarg>
+# include <cstring>
-#include <memory>
-#include <vector>
+# include <memory>
+# include <vector>
-#include "base.hpp"
+# include "base.hpp"
namespace strings
{
@@ -89,6 +89,6 @@ namespace strings
StringConverter convert_for_scanf(FString& s);
} // namespace strings
-#include "fstring.tcc"
+# include "fstring.tcc"
#endif // TMWA_STRINGS_FSTRING_HPP