diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-16 13:31:09 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-16 13:31:09 +0100 |
| commit | a9886a5e4a64610aa605e98afeb467d1c44ed925 (patch) | |
| tree | 8cf639ef154dd6f14e1a0a8b94b250e9ba62a98f /include/proj/io.hpp | |
| parent | c0601332bce61326fee68cc76cbf1cae67ec1f03 (diff) | |
| download | PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.tar.gz PROJ-a9886a5e4a64610aa605e98afeb467d1c44ed925.zip | |
Run scripts/reformat_cpp.sh
Diffstat (limited to 'include/proj/io.hpp')
| -rw-r--r-- | include/proj/io.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 2fef0f9c..8cf8e3c4 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -901,7 +901,7 @@ class PROJ_GCC_DLL AuthorityFactory { /** Whether the object is deprecated */ bool deprecated; /** Whereas the west_lon_degree, south_lat_degree, east_lon_degree and - * north_lat_degree fields are valid. */ + * north_lat_degree fields are valid. */ bool bbox_valid; /** Western-most longitude of the area of use, in degrees. */ double west_lon_degree; |
