Skip to content

Commit e636cc0

Browse files
committed
Applied formatting
1 parent 59c0fc7 commit e636cc0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/apps/watchfaces/OswAppWatchfaceBinary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
void OswAppWatchfaceBinary::drawWatch() {
1717
OswHal* hal = OswHal::getInstance();
18-
18+
1919
OswTime oswTime = { };
2020
hal->getLocalTime(oswTime);
2121

src/apps/watchfaces/OswAppWatchfaceFitness.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void dateDisplay() {
2929

3030
OswDate oswDate = { };
3131
hal->getLocalDate(oswDate);
32-
32+
3333
hal->gfx()->setTextSize(2);
3434
hal->gfx()->setTextMiddleAligned();
3535
hal->gfx()->setTextRightAligned();

src/apps/watchfaces/OswAppWatchfaceFitnessAnalog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void OswAppWatchfaceFitnessAnalog::drawDateFace(OswHal* hal, uint32_t hour, uint
123123
} catch (const std::out_of_range& ignore) {
124124
OSW_LOG_E("getWeekDay is out of range: ", ignore.what());
125125
}
126-
126+
127127
hal->gfx()->setTextSize(3);
128128
hal->gfx()->setTextLeftAligned();
129129
hal->gfx()->setTextCursor(CENTER_X - 70, 170);

src/apps/watchfaces/OswAppWatchfaceNumerals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void OswAppWatchfaceNumerals::drawWatch() {
3535

3636
OswDate oswDate = { };
3737
hal->getLocalDate(oswDate);
38-
38+
3939
hal->gfx()->setTextCenterAligned();
4040
hal->gfx()->setTextSize(1);
4141
hal->gfx()->setTextColor(ui->getDangerColor());

0 commit comments

Comments
 (0)