summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-05-19 15:05:33 (GMT)
committerKieran Cawthray <kieranc@gmail.com>2021-05-19 15:05:33 (GMT)
commit249b6db6f5a5a7ac6cfaf96b1d8e59306ffe1333 (patch)
treeaee52d1e647b420f2ca370d164f1c9dd9076b71c /src
parent5daaa5cf75b23e80776614af263c23e6433365e3 (diff)
Remove newline modifications
Diffstat (limited to 'src')
-rw-r--r--src/displayapp/screens/Clock.cpp2
-rw-r--r--src/displayapp/screens/PineTimeStyle.cpp2
-rw-r--r--src/displayapp/screens/settings/SettingWatchFace.cpp2
-rw-r--r--src/libs/lv_conf.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/displayapp/screens/Clock.cpp b/src/displayapp/screens/Clock.cpp
index e0c1f62..4f0efd9 100644
--- a/src/displayapp/screens/Clock.cpp
+++ b/src/displayapp/screens/Clock.cpp
@@ -105,4 +105,4 @@ std::unique_ptr<Screen> Clock::WatchFaceCustomScreen() {
return std::make_unique<Screens::WatchFaceCustom>(app, dateTimeController, batteryController, bleController, notificatioManager,
settingsController);
}
-*/
+*/ \ No newline at end of file
diff --git a/src/displayapp/screens/PineTimeStyle.cpp b/src/displayapp/screens/PineTimeStyle.cpp
index 10f2da6..f6597ca 100644
--- a/src/displayapp/screens/PineTimeStyle.cpp
+++ b/src/displayapp/screens/PineTimeStyle.cpp
@@ -301,4 +301,4 @@ bool PineTimeStyle::Refresh() {
}
return running;
-}
+} \ No newline at end of file
diff --git a/src/displayapp/screens/settings/SettingWatchFace.cpp b/src/displayapp/screens/settings/SettingWatchFace.cpp
index 33d4141..3e73489 100644
--- a/src/displayapp/screens/settings/SettingWatchFace.cpp
+++ b/src/displayapp/screens/settings/SettingWatchFace.cpp
@@ -90,4 +90,4 @@ void SettingWatchFace::UpdateSelected(lv_obj_t* object, lv_event_t event) {
}
}
}
-}
+} \ No newline at end of file
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h
index cabc185..a03a483 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -759,4 +759,4 @@ typedef void* lv_obj_user_data_t;
/*--END OF LV_CONF_H--*/
-#endif /*LV_CONF_H*/
+#endif /*LV_CONF_H*/ \ No newline at end of file