diff include/core/strings.h @ 85:c69230dc2b5d

*: cleanup includes
author Paper <mrpapersonic@gmail.com>
date Sun, 29 Oct 2023 00:57:03 -0400
parents fe719c109dbc
children 582b2fca1561
line wrap: on
line diff
--- a/include/core/strings.h	Wed Oct 25 14:53:05 2023 -0400
+++ b/include/core/strings.h	Sun Oct 29 00:57:03 2023 -0400
@@ -30,5 +30,6 @@
 QString ToQString(const std::string& string);
 QString ToQString(const std::wstring& wstring);
 
-};     // namespace Strings
+}; // namespace Strings
+
 #endif // __core__strings_h
\ No newline at end of file