1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

style: uncrustify: remove spaces between pointer stars

This commit is contained in:
Martine Lenders 2015-11-13 15:26:04 +01:00
parent f7934e336a
commit d11b652131

View File

@ -53,6 +53,7 @@ sp_func_proto_paren = remove # "int foo ();" vs "int foo();"
sp_else_brace = add # ignore/add/remove/force
sp_before_ptr_star = add # ignore/add/remove/force
sp_after_ptr_star = remove # ignore/add/remove/force
sp_between_ptr_star = remove # ignore/add/remove/force
#
# Aligning stuff