Brace style and whitespace fixes
This commit is contained in:
parent
b6e9e4171d
commit
3a09b3614c
|
@ -1153,4 +1153,4 @@ elseif (USE_OPENOCD)
|
||||||
COMMENT "flashing ${EXECUTABLE_FILE_NAME}.hex"
|
COMMENT "flashing ${EXECUTABLE_FILE_NAME}.hex"
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
endif ()
|
endif ()
|
|
@ -281,4 +281,4 @@ namespace Pinetime {
|
||||||
return std::chrono::duration_cast<std::chrono::seconds>(dateTimeController.CurrentDateTime().time_since_epoch()).count();
|
return std::chrono::duration_cast<std::chrono::seconds>(dateTimeController.CurrentDateTime().time_since_epoch()).count();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -139,4 +139,4 @@ namespace Pinetime {
|
||||||
uint64_t getCurrentUNIXTimestamp() const;
|
uint64_t getCurrentUNIXTimestamp() const;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -274,4 +274,4 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen5() {
|
||||||
lv_label_set_align(label, LV_LABEL_ALIGN_CENTER);
|
lv_label_set_align(label, LV_LABEL_ALIGN_CENTER);
|
||||||
lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
|
lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
|
||||||
return std::make_unique<Screens::Label>(4, 5, app, label);
|
return std::make_unique<Screens::Label>(4, 5, app, label);
|
||||||
}
|
}
|
|
@ -243,4 +243,4 @@ std::unique_ptr<Screen> Weather::CreateScreen5() {
|
||||||
lv_label_set_align(label, LV_LABEL_ALIGN_CENTER);
|
lv_label_set_align(label, LV_LABEL_ALIGN_CENTER);
|
||||||
lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
|
lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
|
||||||
return std::unique_ptr<Screen>(new Screens::Label(4, 5, app, label));
|
return std::unique_ptr<Screen>(new Screens::Label(4, 5, app, label));
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user