Skip to content

Commit 2610dfd

Browse files
committed
Remove preprocessor identation
1 parent a590ad4 commit 2610dfd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/KeyboardLayouts/ImprovedKeylayouts.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ enum KeyboardLeds : uint8_t {
4949
};
5050

5151
#ifndef HID_CUSTOM_LAYOUT
52-
#define HID_CUSTOM_LAYOUT
53-
#define LAYOUT_US_ENGLISH
54-
#pragma message "Using default ASCII layout for keyboard modules"
52+
#define HID_CUSTOM_LAYOUT
53+
#define LAYOUT_US_ENGLISH
54+
#pragma message "Using default ASCII layout for keyboard modules"
5555
#else
56-
#pragma message "Using custom layout for keyboard modules"
56+
#pragma message "Using custom layout for keyboard modules"
5757
#endif
5858

5959
#if defined(LAYOUT_US_ENGLISH)
60-
#include "ImprovedKeylayoutsUS.h"
60+
#include "ImprovedKeylayoutsUS.h"
6161
#elif defined(LAYOUT_CANADIAN_FRENCH)
6262
#elif defined(LAYOUT_CANADIAN_MULTILINGUAL)
6363
#elif defined(LAYOUT_DANISH)

0 commit comments

Comments
 (0)