diff options
Diffstat (limited to 'contrib/uncrustify.cfg')
-rw-r--r-- | contrib/uncrustify.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/uncrustify.cfg b/contrib/uncrustify.cfg index d984484391..93b64a30a5 100644 --- a/contrib/uncrustify.cfg +++ b/contrib/uncrustify.cfg @@ -184,7 +184,7 @@ sp_paren_brace = ignore # ignore/add/remove/force/not_defined sp_brace_brace = ignore # ignore/add/remove/force/not_defined # Add or remove space before pointer star '*'. -sp_before_ptr_star = ignore # ignore/add/remove/force/not_defined +sp_before_ptr_star = force # ignore/add/remove/force/not_defined # Add or remove space before pointer star '*' that isn't followed by a # variable name. If set to ignore, sp_before_ptr_star is used instead. @@ -3279,5 +3279,5 @@ set PREPROC REAL_FATTR_CONST set PREPROC REAL_FATTR_NONNULL_ALL set PREPROC REAL_FATTR_PURE set PREPROC REAL_FATTR_WARN_UNUSED_RESULT -# option(s) with 'not default' value: 58 +# option(s) with 'not default' value: 59 # |