File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ BraceWrapping:
31
31
AfterFunction : true
32
32
AfterUnion : true
33
33
AfterNamespace : true
34
- AfterExternBlock : true
34
+ AfterExternBlock : false
35
35
BeforeElse : true
36
36
37
37
BreakBeforeTernaryOperators : true
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ BraceWrapping:
31
31
AfterFunction : true
32
32
AfterUnion : true
33
33
AfterNamespace : true
34
- AfterExternBlock : true
34
+ AfterExternBlock : false
35
35
BeforeElse : true
36
36
37
37
BreakBeforeTernaryOperators : true
Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ static bool waitMSRINAKBitStateChange(volatile const BxCANType* const bxcan_base
104
104
// The counter variable is declared volatile to prevent the compiler from optimizing it away.
105
105
volatile size_t nticks = BXCAN_BUSYWAIT_DELAY_SYSTEM_CORE_CLOCK / 7000U ;
106
106
while (-- nticks )
107
- {}
107
+ {
108
+ }
108
109
}
109
110
110
111
return out_status ;
You can’t perform that action at this time.
0 commit comments