1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #10864 from kaspar030/uncrustify_sp_after_cast

uncrustify: add "sp_after_cast = remove"
This commit is contained in:
Martine Lenders 2019-01-25 11:50:45 +01:00 committed by GitHub
commit aad1997f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ sp_bool = add #
sp_compare = add #
sp_assign = add #
sp_after_comma = add #
sp_after_cast = remove # "(int) foo vs (int)foo
sp_func_def_paren = remove # "int foo (){" vs "int foo(){"
sp_func_call_paren = remove # "foo (" vs "foo("
sp_func_proto_paren = remove # "int foo ();" vs "int foo();"