aboutsummaryrefslogtreecommitdiff
path: root/test/unit/main.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-11-24 11:01:11 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-11-29 00:35:25 +0100
commitc57e293fbf2b79a24519c70d558e1268515a9ee6 (patch)
treefd320a1cd589a3880fe14ab2a197e1a7fbb02cf5 /test/unit/main.cpp
parenta66c12277666489cac74535bad8d2cf565ad542d (diff)
downloadPROJ-c57e293fbf2b79a24519c70d558e1268515a9ee6.tar.gz
PROJ-c57e293fbf2b79a24519c70d558e1268515a9ee6.zip
Reformat test .cpp files
Diffstat (limited to 'test/unit/main.cpp')
-rw-r--r--test/unit/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/main.cpp b/test/unit/main.cpp
index f24a7aa6..d53e4236 100644
--- a/test/unit/main.cpp
+++ b/test/unit/main.cpp
@@ -31,9 +31,9 @@
#include "gtest_include.h"
GTEST_API_ int main(int argc, char **argv) {
- // Use a potentially non-C locale to make sure we are robust
- setlocale(LC_ALL, "");
+ // Use a potentially non-C locale to make sure we are robust
+ setlocale(LC_ALL, "");
- testing::InitGoogleTest(&argc, argv);
- return RUN_ALL_TESTS();
+ testing::InitGoogleTest(&argc, argv);
+ return RUN_ALL_TESTS();
}