tighten formatting rules
[oweals/gnunet.git] / src / datastore / plugin_datastore_sqlite.c
index b1bb7df7e979f473dfd0b7f7f87bce5154c00f92..b3b30f25631d8565939191ad9a94cec265caf6f4 100644 (file)
@@ -349,8 +349,7 @@ database_setup (const struct GNUNET_CONFIGURATION_Handle *cfg,
    * we only test equality on it and can cast it to/from uint32_t. For repl, prio, and anonLevel
    * we do math or inequality tests, so we can't handle the entire range of uint32_t.
    * This will also cause problems for expiration times after 294247-01-10-04:00:54 UTC.
-   */
-  if ((SQLITE_DONE == sqlite3_step (stmt)) &&
+   */if ((SQLITE_DONE == sqlite3_step (stmt)) &&
       (SQLITE_OK != sqlite3_exec (plugin->dbh,
                                   "CREATE TABLE gn091 ("
                                   "  repl INT4 NOT NULL DEFAULT 0,"
@@ -1350,4 +1349,5 @@ libgnunet_plugin_datastore_sqlite_done (void *cls)
   return NULL;
 }
 
+
 /* end of plugin_datastore_sqlite.c */