diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-11-24 11:01:11 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-11-29 00:35:25 +0100 |
| commit | c57e293fbf2b79a24519c70d558e1268515a9ee6 (patch) | |
| tree | fd320a1cd589a3880fe14ab2a197e1a7fbb02cf5 /test/unit/pj_phi2_test.cpp | |
| parent | a66c12277666489cac74535bad8d2cf565ad542d (diff) | |
| download | PROJ-c57e293fbf2b79a24519c70d558e1268515a9ee6.tar.gz PROJ-c57e293fbf2b79a24519c70d558e1268515a9ee6.zip | |
Reformat test .cpp files
Diffstat (limited to 'test/unit/pj_phi2_test.cpp')
| -rw-r--r-- | test/unit/pj_phi2_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/pj_phi2_test.cpp b/test/unit/pj_phi2_test.cpp index 186bcbc5..67441b69 100644 --- a/test/unit/pj_phi2_test.cpp +++ b/test/unit/pj_phi2_test.cpp @@ -60,7 +60,6 @@ TEST(PjPhi2Test, Basic) { EXPECT_TRUE(std::isnan(pj_phi2(ctx, -M_PI, -M_PI))); } - TEST(PjPhi2Test, AvoidUndefinedBehavior) { auto ctx = pj_get_default_ctx(); @@ -82,4 +81,4 @@ TEST(PjPhi2Test, AvoidUndefinedBehavior) { EXPECT_TRUE(std::isnan(pj_phi2(ctx, -inf, -inf))); } -} // namespace +} // namespace |
