diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-04 01:04:36 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-04 01:04:36 +0200 |
| commit | 09367628bfe698d6a73a1b928bcf611ea675103d (patch) | |
| tree | f9c8211a30f3e87571d9c754582b1558ffe22b8f /src/grids.cpp | |
| parent | 37d2bac78da52eb82dba9cfe17b38df3f54bcd7e (diff) | |
| download | PROJ-09367628bfe698d6a73a1b928bcf611ea675103d.tar.gz PROJ-09367628bfe698d6a73a1b928bcf611ea675103d.zip | |
formatting fix
Diffstat (limited to 'src/grids.cpp')
| -rw-r--r-- | src/grids.cpp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/grids.cpp b/src/grids.cpp index d3158553..1842fc54 100644 --- a/src/grids.cpp +++ b/src/grids.cpp @@ -1403,7 +1403,9 @@ VerticalShiftGridSet::open(PJ_CONTEXT *ctx, const std::string &filename) { #endif } - pj_log(ctx, PJ_LOG_ERROR, "Unrecognized vertical grid format for filename '%s'", filename.c_str()); + pj_log(ctx, PJ_LOG_ERROR, + "Unrecognized vertical grid format for filename '%s'", + filename.c_str()); return nullptr; } @@ -2399,7 +2401,9 @@ HorizontalShiftGridSet::open(PJ_CONTEXT *ctx, const std::string &filename) { #endif } - pj_log(ctx, PJ_LOG_ERROR, "Unrecognized horizontal grid format for filename '%s'", filename.c_str()); + pj_log(ctx, PJ_LOG_ERROR, + "Unrecognized horizontal grid format for filename '%s'", + filename.c_str()); return nullptr; } @@ -2735,7 +2739,9 @@ GenericShiftGridSet::open(PJ_CONTEXT *ctx, const std::string &filename) { #endif } - pj_log(ctx, PJ_LOG_ERROR, "Unrecognized generic grid format for filename '%s'", filename.c_str()); + pj_log(ctx, PJ_LOG_ERROR, + "Unrecognized generic grid format for filename '%s'", + filename.c_str()); return nullptr; } |
