clang-format: remove space before colon

To fit the bitfield check in scripts/checkpatch.pl
from: uint8_t : 3;
to:   uint8_t: 3;

Signed-off-by: Rafael Lee <rafaellee.img@gmail.com>
This commit is contained in:
Rafael Lee 2022-11-16 02:56:54 +08:00 committed by Fabio Baltieri
parent 33687cd403
commit e6ef1f3434

View file

@ -25,6 +25,7 @@ AttributeMacros:
- __printf_like
- __syscall
- __subsystem
BitFieldColonSpacing: After
BreakBeforeBraces: Linux
ColumnLimit: 100
ConstructorInitializerIndentWidth: 8