Four Banger: Clean Up Indentation (#4322)
Make indentation consistent and match project standards
This commit is contained in:
committed by
Drashna Jaelre
parent
7a22da9f05
commit
6eb7501eb0
@@ -4,11 +4,11 @@
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT_ortho_2x2( \
|
||||
K00, K01, \
|
||||
K10, K11 \
|
||||
K00, K01, \
|
||||
K10, K11 \
|
||||
) { \
|
||||
{ K00, K01 }, \
|
||||
{ K10, K11 } \
|
||||
{ K00, K01 }, \
|
||||
{ K10, K11 } \
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user