Remove newline modifications

This commit is contained in:
Kieran Cawthray 2021-05-19 17:05:33 +02:00
parent 5daaa5cf75
commit 249b6db6f5
4 changed files with 4 additions and 4 deletions

View file

@ -105,4 +105,4 @@ std::unique_ptr<Screen> Clock::WatchFaceCustomScreen() {
return std::make_unique<Screens::WatchFaceCustom>(app, dateTimeController, batteryController, bleController, notificatioManager, return std::make_unique<Screens::WatchFaceCustom>(app, dateTimeController, batteryController, bleController, notificatioManager,
settingsController); settingsController);
} }
*/ */

View file

@ -301,4 +301,4 @@ bool PineTimeStyle::Refresh() {
} }
return running; return running;
} }

View file

@ -90,4 +90,4 @@ void SettingWatchFace::UpdateSelected(lv_obj_t* object, lv_event_t event) {
} }
} }
} }
} }

View file

@ -759,4 +759,4 @@ typedef void* lv_obj_user_data_t;
/*--END OF LV_CONF_H--*/ /*--END OF LV_CONF_H--*/
#endif /*LV_CONF_H*/ #endif /*LV_CONF_H*/