1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

Merge pull request #4268 from authmillenon/style/fix/sp-between-ptr-star

style: uncrustify: remove spaces between pointer stars
This commit is contained in:
Ludwig Knüpfer 2015-11-15 10:32:03 +01:00
commit d108a97625

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