diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-18 15:01:31 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-18 15:01:31 +0100 |
| commit | 1e4ad55fbe8f34228f0fd2bbab2e9dc57910621d (patch) | |
| tree | 6e5bd71b66102fd8d3fbb689d6dcd43d3a3fee86 /src | |
| parent | d4e5e1a833fa37afb5829d9eb9bfbe1472425df4 (diff) | |
| download | PROJ-1e4ad55fbe8f34228f0fd2bbab2e9dc57910621d.tar.gz PROJ-1e4ad55fbe8f34228f0fd2bbab2e9dc57910621d.zip | |
Code formatting fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/c_api.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index 78eb4ac5..55cbb15f 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -8943,8 +8943,8 @@ void proj_string_destroy(char *str) { free(str); } * * Combined with proj_context_get_database_structure(), users can create * auxiliary databases, instead of directly modifying the main proj.db database. - * Those auxiliary databases can be specified through proj_context_set_database_path() - * or the PROJ_AUX_DB environment variable. + * Those auxiliary databases can be specified through + * proj_context_set_database_path() or the PROJ_AUX_DB environment variable. * * @param ctx PROJ context, or NULL for default context * @param session The insertion session. May be NULL if a single object must be |
