Skip to content

Commit 5a6450d

Browse files
committed
Remove some blank lines and extra spaces
1 parent 00d61e5 commit 5a6450d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Firmware/RTK_Everywhere/AP-Config/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ function parseIncoming(msg) {
529529
else if (id.includes("antennaHeight_mm")) {
530530
ge("antennaHeight_m").value = val / 1000.0;
531531
}
532-
532+
533533
//Check boxes / radio buttons
534534
else if (val == "true") {
535535
try {
@@ -2700,4 +2700,4 @@ function printableInputType(coordinateInputType) {
27002700
break;
27012701
}
27022702
return ("Unknown");
2703-
}
2703+
}

Firmware/RTK_Everywhere/States.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ void stateUpdate()
522522

523523
otaReportedVersion[0] = '\0'; // Zero out the reported version
524524
}
525-
526525
}
527526

528527
#endif // COMPILE_AP

Firmware/RTK_Everywhere/menuCommands.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,6 @@ void createSettingsString(char *newSettings)
15141514
break;
15151515
case tSysState: {
15161516
SystemState *ptr = (SystemState *)rtkSettingsEntries[i].var;
1517-
15181517
stringRecord(newSettings, rtkSettingsEntries[i].name, (int)*ptr);
15191518
}
15201519
break;

0 commit comments

Comments
 (0)