[x265] [PATCH] uncrustify: do not remove whitespace in an empty brace section {}

Steve Borho steve at borho.org
Thu Oct 17 02:38:40 CEST 2013


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1381970151 18000
#      Wed Oct 16 19:35:51 2013 -0500
# Node ID 6405dca030590cee0e6f5ec4640e68a206c6d2e6
# Parent  60a105fed8c878f6f00ecbb420dd3ceeb9370d39
uncrustify: do not remove whitespace in an empty brace section {}

(just ignore it)

diff -r 60a105fed8c8 -r 6405dca03059 doc/uncrustify/codingstyle.cfg
--- a/doc/uncrustify/codingstyle.cfg	Mon Oct 14 13:55:22 2013 -0500
+++ b/doc/uncrustify/codingstyle.cfg	Wed Oct 16 19:35:51 2013 -0500
@@ -209,7 +209,7 @@
 sp_incdec=remove
 sp_inside_angle=remove
 sp_inside_braces=add
-sp_inside_braces_empty=remove
+#sp_inside_braces_empty=remove
 sp_inside_fparen=remove
 sp_inside_fparens=remove
 sp_inside_paren=remove


More information about the x265-devel mailing list