]> git.earman.xyz Git - sensor-watch.git/commitdiff
added missing newlines to template files
authorDavid Keck <davidskeck@fastmail.com>
Thu, 27 Jan 2022 00:12:12 +0000 (19:12 -0500)
committerDavid Keck <davidskeck@fastmail.com>
Thu, 27 Jan 2022 00:12:12 +0000 (19:12 -0500)
movement/template/template.c
movement/template/template.h

index 34c6dbf53b857d4404af779f199dba557b0c831c..8a77d6c30ef279915a197c5a806dcff6374bb6bf 100644 (file)
@@ -89,3 +89,4 @@ void <#watch_face_name#>_face_resign(movement_settings_t *settings, void *contex
 
     // handle any cleanup before your watch face goes off-screen.
 }
+
index 29f663469a2cebe6d861f4cefa6f120cc7adf896..8c1b31263fe4279d41d7f577509744b95a4eb935 100644 (file)
@@ -46,3 +46,4 @@ void <#watch_face_name#>_face_resign(movement_settings_t *settings, void *contex
 })
 
 #endif // <#WATCH_FACE_NAME#>_FACE_H_
+