File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class De13x13_t : public iUhrType {
46
46
virtual const bool has60MinuteLayout () override { return true ; }
47
47
48
48
// ------------------------------------------------------------------------------
49
-
49
+
50
50
void show (FrontWord word) override {
51
51
switch (word) {
52
52
@@ -363,7 +363,7 @@ class De13x13_t : public iUhrType {
363
363
show (FrontWord::min_8);
364
364
setFrontMatrixWord (9 , 10 , 12 ); // und
365
365
show (FrontWord::min_40);
366
- break ;
366
+ break ;
367
367
368
368
case FrontWord::min_49:
369
369
show (FrontWord::min_9);
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ class De16x18_t : public iUhrType {
55
55
// ------------------------------------------------------------------------------
56
56
57
57
virtual const bool has60MinuteLayout () override { return true ; }
58
-
58
+
59
59
// ------------------------------------------------------------------------------
60
-
60
+
61
61
void show (FrontWord word) override {
62
62
switch (word) {
63
63
You can’t perform that action at this time.
0 commit comments