aboutsummaryrefslogtreecommitdiff
path: root/src/filemanager.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-04 11:39:22 +0100
committerGitHub <noreply@github.com>2021-03-04 11:39:22 +0100
commitda406335b35b3751eed6c0a8dea6fd820c50dccf (patch)
treef87b70f0394460ab605b541265b62fdd539c5d14 /src/filemanager.cpp
parentd7d5e48de5d6775f72fcfec67a077a47618da313 (diff)
parentd5e07c53993d73cdc85c6cbe48694aa9cc3872f4 (diff)
downloadPROJ-da406335b35b3751eed6c0a8dea6fd820c50dccf.tar.gz
PROJ-da406335b35b3751eed6c0a8dea6fd820c50dccf.zip
Merge pull request #2553 from rouault/backport_8.0_clang_format
[Backport 8.0] Reformat code with clang-format-10 from ubuntu 20.04
Diffstat (limited to 'src/filemanager.cpp')
-rw-r--r--src/filemanager.cpp14
1 files changed, 7 insertions, 7 deletions
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();