Index: /trunk/glueforge/templates/psdb/create_h.tt
===================================================================
--- /trunk/glueforge/templates/psdb/create_h.tt	(revision 3870)
+++ /trunk/glueforge/templates/psdb/create_h.tt	(revision 3871)
@@ -3,4 +3,5 @@
  * @return true on success
  */
+
 bool [% namespace %]CreateTable(
     psDB            *dbh                ///< Database handle
Index: /trunk/glueforge/templates/psdb/init_h.tt
===================================================================
--- /trunk/glueforge/templates/psdb/init_h.tt	(revision 3870)
+++ /trunk/glueforge/templates/psdb/init_h.tt	(revision 3871)
@@ -4,4 +4,5 @@
  *  on failure.
  */
+
 psDB *[% namespace %]Init(
     const char      *host,              ///< Database server hostname
Index: /trunk/glueforge/templates/psdb/insert_h.tt
===================================================================
--- /trunk/glueforge/templates/psdb/insert_h.tt	(revision 3870)
+++ /trunk/glueforge/templates/psdb/insert_h.tt	(revision 3871)
@@ -7,4 +7,5 @@
  * @return true on success
  */
+
 bool [% namespace %]Insert(
     psDB            *dbh,               ///< Database handle
Index: /trunk/glueforge/templates/psdb/insertobject_h.tt
===================================================================
--- /trunk/glueforge/templates/psdb/insertobject_h.tt	(revision 3870)
+++ /trunk/glueforge/templates/psdb/insertobject_h.tt	(revision 3871)
@@ -7,4 +7,5 @@
  * @return true on success
  */
+
 bool [% namespace %]InsertObject(
     psDB            *dbh,               ///< Database handle
