changeset 33288:97eb01954e60

Do not prefer '// A' over '//A' in uncrustify profile. This tends to break Doxygen comments.
author cboesch
date Thu, 05 May 2011 11:13:33 +0000
parents 3105428bb2ae
children be7d8c249dfd
files TOOLS/mp-uncrustify-style.cfg
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/mp-uncrustify-style.cfg	Thu May 05 10:29:08 2011 +0000
+++ b/TOOLS/mp-uncrustify-style.cfg	Thu May 05 11:13:33 2011 +0000
@@ -606,7 +606,7 @@
 sp_range                                 = ignore   # ignore/add/remove/force
 
 # Control the space after the opening of a C++ comment '// A' vs '//A'
-sp_cmt_cpp_start                         = force    # ignore/add/remove/force
+sp_cmt_cpp_start                         = ignore   # ignore/add/remove/force
 
 # Controls the spaces between #else or #endif and a trailing comment
 sp_endif_cmt                             = ignore   # ignore/add/remove/force