diff options
| author | Howard Butler <howard@hobu.co> | 2016-08-21 23:33:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-21 23:33:07 -0500 |
| commit | edd1521df96ea5750b59f507fc4e8b9f8dbf3282 (patch) | |
| tree | 0b0a9d45a27e379dcca181556feea97a260572c3 /src/pj_gridinfo.c | |
| parent | 91e7ff28812d7c06e642a3e5e247610eb6e1988e (diff) | |
| parent | 77104aae973db34053e20163b73b511129652f73 (diff) | |
| download | PROJ-edd1521df96ea5750b59f507fc4e8b9f8dbf3282.tar.gz PROJ-edd1521df96ea5750b59f507fc4e8b9f8dbf3282.zip | |
Merge pull request #402 from OSGeo/whitespace-normalization
whitespace normalization for proj 4.9.3RC3
Diffstat (limited to 'src/pj_gridinfo.c')
| -rw-r--r-- | src/pj_gridinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_gridinfo.c b/src/pj_gridinfo.c index 48ef7b87..5f528de1 100644 --- a/src/pj_gridinfo.c +++ b/src/pj_gridinfo.c @@ -443,7 +443,7 @@ static int pj_gridinfo_init_ntv2( projCtx ctx, PAFile fid, PJ_GRIDINFO *gilist ) pj_ctx_set_errno( ctx, -38 ); return 0; } - + if( header[8] == 11 ) must_swap = !IS_LSB; else |
