Skip to content

Commit 7291969

Browse files
committed
Fixed indentation and spacing
1 parent 3911847 commit 7291969

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/common/filter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ typedef enum {
6161
FILTER_PT2,
6262
FILTER_PT3,
6363
FILTER_PT4,
64-
#ifdef USE_LULU
65-
FILTER_LULU,
64+
#ifdef USE_LULU
65+
FILTER_LULU,
6666
#endif
6767
} lowpassFilterType_e;
6868

src/main/interface/settings.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ static const char * const lookupTableRcInterpolationChannels[] = {
282282
"RP", "RPY", "RPYT", "T", "RPT",
283283
};
284284
static const char * const lookupTableFilterType[] = {
285-
"PT1", "BIQUAD", "PT2", "PT3", "PT4"
285+
"PT1", "BIQUAD", "PT2", "PT3", "PT4",
286286
#ifdef USE_LULU
287-
, "LULU"
287+
"LULU",
288288
#endif
289289
};
290290

0 commit comments

Comments
 (0)