summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-07-14 09:35:18 +0200
committerOndrej Holy <oholy@redhat.com>2021-07-14 09:35:18 +0200
commit0865620acf46312dabb1be3b9827086c410394c2 (patch)
tree67914bb42cf62e5aa068cd9e720c100d019fb2fc
parentff0e896253dcad952301658a9af23fb12485b326 (diff)
downloadnautilus-0865620acf46312dabb1be3b9827086c410394c2.tar.gz
Revert "uncrustify: Ignore sp_arith to workaround bug"
This reverts commit 3ad2de33daa5a5df7f1e90acc593b6b246dfb450.
-rw-r--r--data/uncrustify.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/uncrustify.cfg b/data/uncrustify.cfg
index 5d07f5606..a4777c8f4 100644
--- a/data/uncrustify.cfg
+++ b/data/uncrustify.cfg
@@ -39,7 +39,7 @@ nl_end_of_file_min = 1
sp_return_paren = force # "return (1);" vs "return(1);"
sp_sizeof_paren = force # "sizeof (int)" vs "sizeof(int)"
sp_assign = force
-sp_arith = ignore # Should be "force", but https://github.com/uncrustify/uncrustify/issues/3233
+sp_arith = force
sp_bool = force
sp_compare = force
sp_after_comma = force