Remove newline modifications
This commit is contained in:
parent
5daaa5cf75
commit
249b6db6f5
|
@ -105,4 +105,4 @@ std::unique_ptr<Screen> Clock::WatchFaceCustomScreen() {
|
|||
return std::make_unique<Screens::WatchFaceCustom>(app, dateTimeController, batteryController, bleController, notificatioManager,
|
||||
settingsController);
|
||||
}
|
||||
*/
|
||||
*/
|
|
@ -301,4 +301,4 @@ bool PineTimeStyle::Refresh() {
|
|||
}
|
||||
|
||||
return running;
|
||||
}
|
||||
}
|
|
@ -90,4 +90,4 @@ void SettingWatchFace::UpdateSelected(lv_obj_t* object, lv_event_t event) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -759,4 +759,4 @@ typedef void* lv_obj_user_data_t;
|
|||
|
||||
/*--END OF LV_CONF_H--*/
|
||||
|
||||
#endif /*LV_CONF_H*/
|
||||
#endif /*LV_CONF_H*/
|
Loading…
Reference in a new issue