code-style: fix consistency issues all over the codebase (#94)
* remove duplicate comment * remove empty tabs and blank lines * move macros and globals ontop * comment to seprate function implementation * fix alignment * switch to *argv[] similar to other suckless code * kill all empty last lines * append comment to endif * reuse existing ARRLEN macro * comment fall through * use while (true) everywhere Co-authored-by: NRK <nrk@disroot.org>
This commit is contained in:
@ -63,7 +63,7 @@ static const int THUMB_SIZE = 3;
|
||||
#endif
|
||||
#ifdef _MAPPINGS_CONFIG
|
||||
|
||||
/* Following modifiers (NumLock | CapsLock) will be ignored when processing keybindings */
|
||||
/* following modifiers (NumLock | CapsLock) will be ignored when processing keybindings */
|
||||
static const int ignore_mask = Mod2Mask | LockMask;
|
||||
|
||||
/* abort the keyhandler */
|
||||
|
Reference in New Issue
Block a user