Skip to content

Commit efa9138

Browse files
committed
lint formatting
1 parent 9669f9c commit efa9138

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/Uhrtypes/DE13x13.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class De13x13_t : public iUhrType {
4646
virtual const bool has60MinuteLayout() override { return true; }
4747

4848
//------------------------------------------------------------------------------
49-
49+
5050
void show(FrontWord word) override {
5151
switch (word) {
5252

@@ -363,7 +363,7 @@ class De13x13_t : public iUhrType {
363363
show(FrontWord::min_8);
364364
setFrontMatrixWord(9, 10, 12); // und
365365
show(FrontWord::min_40);
366-
break;
366+
break;
367367

368368
case FrontWord::min_49:
369369
show(FrontWord::min_9);

include/Uhrtypes/DE16x18.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ class De16x18_t : public iUhrType {
5555
//------------------------------------------------------------------------------
5656

5757
virtual const bool has60MinuteLayout() override { return true; }
58-
58+
5959
//------------------------------------------------------------------------------
60-
60+
6161
void show(FrontWord word) override {
6262
switch (word) {
6363

0 commit comments

Comments
 (0)