aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-06-13 13:41:57 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-06-13 13:42:12 +0300
commitfae8fc5be9718ae6c25066267467376da0b9abb8 (patch)
tree61dee3af39f3faae329785108a819319c5a93898 /contrib
parent0a4537e86c880b08eca49f9ca383a1eb242a88d0 (diff)
downloadlibmicrohttpd-fae8fc5be9718ae6c25066267467376da0b9abb8.tar.gz
libmicrohttpd-fae8fc5be9718ae6c25066267467376da0b9abb8.zip
uncrustify.cfg minor fix
Diffstat (limited to 'contrib')
-rw-r--r--contrib/uncrustify.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg
index c751b42a..c21b15b7 100644
--- a/contrib/uncrustify.cfg
+++ b/contrib/uncrustify.cfg
@@ -76,7 +76,7 @@ sp_inside_fparen = remove
76sp_inside_sparen = remove 76sp_inside_sparen = remove
77 77
78# Add or remove space around compare operator '<', '>', '==', etc 78# Add or remove space around compare operator '<', '>', '==', etc
79sp_compare = force # ignore/add/remove/force 79sp_compare = add # ignore/add/remove/force
80 80
81# add space before function call and decl: "foo (x)" 81# add space before function call and decl: "foo (x)"
82sp_func_call_paren = add 82sp_func_call_paren = add