summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-02 11:02:30 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-02 11:02:30 +0100
commitcadda4731307870888b66c4dc7e1b48532952fe3 (patch)
tree5bb8baf4fa13a26d3e40a8ddc6f7ed52a91f32a8 /contrib
parentb4f2c5e007fc9c6f1bae4871e2acc395402bc949 (diff)
downloadmerchant-cadda4731307870888b66c4dc7e1b48532952fe3.tar.gz
merchant-cadda4731307870888b66c4dc7e1b48532952fe3.tar.bz2
merchant-cadda4731307870888b66c4dc7e1b48532952fe3.zip
fix newlines
Diffstat (limited to 'contrib')
-rw-r--r--contrib/uncrustify.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg
index 12dd62c4..00cf2281 100644
--- a/contrib/uncrustify.cfg
+++ b/contrib/uncrustify.cfg
@@ -49,8 +49,8 @@ nl_assign_brace=remove
# No extra newlines that cause noisy diffs
nl_start_of_file=remove
-nl_before_func_body_proto = 2
-nl_before_func_body_def = 3
+nl_before_func_body_proto = 0
+nl_before_func_body_def = 0
nl_after_func_proto = 2
nl_after_func_body = 3
# If there's no new line, it's not a text file!