From 1e4ad55fbe8f34228f0fd2bbab2e9dc57910621d Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 18 Mar 2021 15:01:31 +0100 Subject: Code formatting fix --- src/iso19111/c_api.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/iso19111/c_api.cpp') 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 -- cgit v1.2.3