Skip to content

Commit a203904

Browse files
committed
Whitespace cleanup in source files.
1 parent c278c71 commit a203904

File tree

5 files changed

+59
-60
lines changed

5 files changed

+59
-60
lines changed

TODO.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
* Whitespace cleanup in userinterface.ino, also "1 2 3 4"
2-
31
* Remove the ESP32 code from lethe.ino?
42

53
* Find a new supplier for keypads, costs $150 to ship $20 worth ...

case/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.gcode
2+
*.blend1

seedtool/hardware.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void hw_setup() {
159159

160160
void hw_green_led(int value) {
161161
digitalWrite(GREEN_LED, value); // turn off the green LED
162-
}
162+
}
163163

164164
extern "C" {
165165

seedtool/seed.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ char const * SLIP39ShareSeq::error_msg(int errval) {
141141
case ERROR_DUPLICATE_MEMBER_INDEX: return "Duplicate shard";
142142
case ERROR_NOT_ENOUGH_MEMBER_SHARDS: return "Not enough shards";
143143
default:
144-
snprintf(buffer, sizeof(buffer), "unknown err %d", errval);
144+
snprintf(buffer, sizeof(buffer), "unknown err %d", errval);
145145
return buffer;
146146
// max message size 18 chars |----------------|
147147
}

0 commit comments

Comments
 (0)