Browse Source

Whitespace

Brian Fiete 5 years ago
parent
commit
f0b5a4eb94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BeefLibs/Beefy2D/src/BFApp.bf

+ 1 - 1
BeefLibs/Beefy2D/src/BFApp.bf

@@ -498,7 +498,7 @@ namespace Beefy
                 StructuredData structuredData = scope StructuredData();
                 structuredData.Load(resFileName);
                 mResourceManager.ParseConfigData(structuredData);
-            }            
+            }
         }
 
         public void InitGraphics()