Skip to content

Commit 20d5f06

Browse files
authored
clang-format: Fix non-conformant files
1 parent 820ce2b commit 20d5f06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/settingsMenu.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ std::string_view switchingMenuItem::getLabel() const {
2828
togglingEEPROMMenuItem::togglingEEPROMMenuItem(std::string const& label,
2929
uint32_t vI,
3030
uint32_t bmask) :
31-
MenuItem(label),
32-
bitmask(bmask), valueIndex(vI) {
31+
MenuItem(label), bitmask(bmask), valueIndex(vI) {
3332

3433
#ifdef NXDK
3534
uint32_t Value = getEEPROMValue<uint32_t>(valueIndex);

0 commit comments

Comments
 (0)