summaryrefslogtreecommitdiff
path: root/lib/dict.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-10-30 17:38:16 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-10-30 22:31:29 +0100
commit52cc4a85fd7e5265ba8ff0f08adf4858f6773a11 (patch)
tree42840cae8269d796f753587dcd493d36f7384dab /lib/dict.c
parentb8c302dcbae53a79a85b42b9acfabd392a8a530e (diff)
downloadcurl-52cc4a85fd7e5265ba8ff0f08adf4858f6773a11.tar.gz
style: use space after comment start and before comment end
/* like this */ /*not this*/ checksrc is updated accordingly Closes #9828
Diffstat (limited to 'lib/dict.c')
-rw-r--r--lib/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dict.c b/lib/dict.c
index 6f7678f5c..993373eca 100644
--- a/lib/dict.c
+++ b/lib/dict.c
@@ -319,4 +319,4 @@ static CURLcode dict_do(struct Curl_easy *data, bool *done)
return CURLE_OK;
}
-#endif /*CURL_DISABLE_DICT*/
+#endif /* CURL_DISABLE_DICT */