Browse Source

Minor formatting correction.

Yao Wei Tjong 姚伟忠 10 years ago
parent
commit
50f64a88a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/LibraryInfo.cpp

+ 1 - 1
Source/Urho3D/LibraryInfo.cpp

@@ -53,7 +53,7 @@ const char* GetCompilerDefines()
     "#define URHO3D_LUAJIT\n"
 #endif
 #ifdef URHO3D_TESTING
-        "#define URHO3D_TESTING\n"
+    "#define URHO3D_TESTING\n"
 #endif
     ;
 }