Skip to content

Commit d033f19

Browse files
committed
added a space after a comment //
1 parent 3b2b40b commit d033f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/Timer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Timer::Timer(Controllers::Timer& timerController) : timer {timerController} {
6060
lv_obj_set_size(btnPlayPause, LV_HOR_RES, 50);
6161

6262
txtPlayPause = lv_label_create(btnPlayPause, nullptr);
63-
//lv_obj_align(txtPlayPause, btnPlayPause, LV_ALIGN_CENTER, 0, 0);
63+
// lv_obj_align(txtPlayPause, btnPlayPause, LV_ALIGN_CENTER, 0, 0);
6464

6565
if (timer.IsRunning()) {
6666
SetTimerRunning();

0 commit comments

Comments
 (0)