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:
parent
33687cd403
commit
e6ef1f3434
|
@ -25,6 +25,7 @@ AttributeMacros:
|
|||
- __printf_like
|
||||
- __syscall
|
||||
- __subsystem
|
||||
BitFieldColonSpacing: After
|
||||
BreakBeforeBraces: Linux
|
||||
ColumnLimit: 100
|
||||
ConstructorInitializerIndentWidth: 8
|
||||
|
|
Loading…
Reference in a new issue