Skip to content

Commit

Permalink
clang-format: remove space before colon
Browse files Browse the repository at this point in the history
To fit the bitfield check in scripts/checkpatch.pl
from: uint8_t : 3;
to:   uint8_t: 3;

Signed-off-by: Rafael Lee <[email protected]>
  • Loading branch information
RafaelLeeImg authored and fabiobaltieri committed Nov 16, 2022
1 parent 33687cd commit e6ef1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ AttributeMacros:
- __printf_like
- __syscall
- __subsystem
BitFieldColonSpacing: After
BreakBeforeBraces: Linux
ColumnLimit: 100
ConstructorInitializerIndentWidth: 8
Expand Down

0 comments on commit e6ef1f3

Please sign in to comment.