From 095731d53405309c38bebe31af51d141f6319f1a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 3 Mar 2021 17:45:53 +0100 Subject: Reformat code with clang-format-10 from ubuntu 20.04 --- src/filemanager.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/filemanager.cpp') diff --git a/src/filemanager.cpp b/src/filemanager.cpp index 121a4b3a..43a705fc 100644 --- a/src/filemanager.cpp +++ b/src/filemanager.cpp @@ -1110,7 +1110,7 @@ void proj_context_set_sqlite3_vfs_name(PJ_CONTEXT *ctx, const char *name) { * already. * @return The path to the PROJ user writable directory. * @since 7.1 -*/ + */ const char *proj_context_get_user_writable_directory(PJ_CONTEXT *ctx, int create) { @@ -1181,12 +1181,12 @@ const char *proj_context_get_user_writable_directory(PJ_CONTEXT *ctx, } /** Get the URL endpoint to query for remote grids. -* -* @param ctx PROJ context, or NULL -* @return Endpoint URL. The returned pointer would be invalidated -* by a later call to proj_context_set_url_endpoint() -* @since 7.1 -*/ + * + * @param ctx PROJ context, or NULL + * @return Endpoint URL. The returned pointer would be invalidated + * by a later call to proj_context_set_url_endpoint() + * @since 7.1 + */ const char *proj_context_get_url_endpoint(PJ_CONTEXT *ctx) { if (ctx == nullptr) { ctx = pj_get_default_ctx(); -- cgit v1.2.3