Fix start_XXXX function header

Change-Id: I14e1f80d327e723408993a955d9fce9501ba8ef5
diff --git a/lib/template b/lib/template
index d70f218..78b848d 100644
--- a/lib/template
+++ b/lib/template
@@ -65,7 +65,7 @@
 }
 
 # start_XXXX() - Start running processes, including screen
-function start_XXXX()
+function start_XXXX() {
     # screen_it XXXX "cd $XXXX_DIR && $XXXX_DIR/bin/XXXX-bin"
     :
 }