From 1926181cb7c8570fe57ec1b39d4241b9dd156333 Mon Sep 17 00:00:00 2001 From: Alexander Lyons Harkness Date: Sat, 23 Dec 2017 12:49:08 +0000 Subject: Fix style of Tools --- Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp') diff --git a/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp b/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp index 75d18149f..343651f72 100644 --- a/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp +++ b/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp @@ -2,6 +2,7 @@ #include "Globals.h" #include "ChunkGenerator.h" -int main(int argc, char * argv[]) { +int main(int argc, char * argv[]) +{ cChunkGenerator Generator = cChunkGenerator(); } -- cgit v1.2.3