]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/string/pooledstring.cpp
my own uncrustify run
[xonotic/netradiant.git] / libs / string / pooledstring.cpp
index 1eb8d514aadc0aed4ba93c165b2578885128977b..96cb298d56cd94c7feb34c724cc4208d338ea39c 100644 (file)
@@ -2,25 +2,23 @@
 #include "pooledstring.h"
 #include "generic/static.h"
 
-#if defined(_DEBUG)
+#if defined( _DEBUG )
 
 namespace ExamplePooledString
 {
-  void testStuff()
-  {
-    PooledString< LazyStatic<StringPool> > a, b;
-    a = "monkey";
-    b = "monkey";
-    a = "";
-  }
+void testStuff(){
+       PooledString< LazyStatic<StringPool> > a, b;
+       a = "monkey";
+       b = "monkey";
+       a = "";
+}
 
-  struct Always
-  {
-    Always()
-    {
-      testStuff();
-    }
-  } always;
+struct Always
+{
+       Always(){
+               testStuff();
+       }
+} always;
 }
 
 #endif
\ No newline at end of file