csud
csud copied to clipboard
Unguarded if clause
source/device/hid/keyboard.c:163:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
https://github.com/Chadderz121/csud/blob/e13b9355d043a9cdd384b335060f1bc0416df61e/source/device/hid/keyboard.c#L163-L167
Are both lines supposed to be guarded by the if statement, or only the LOG_DEBUGF?