formatting
[citadel.git] / citadel / database.c
index ee6aaac2f36cc97a542fc05bda6744ccb99b2221..dfeb4f013946cb1c4f9c1cda84f2a8143c7b192a 100644 (file)
@@ -728,7 +728,8 @@ void cdb_trunc(int cdb) {
        if (TSD->tid != NULL) {
                syslog(LOG_ERR, "db: cdb_trunc must not be called in a transaction.");
                cdb_abort();
-       } else {
+       }
+       else {
                bailIfCursor(TSD->cursors, "attempt to write during r/o cursor");
 
              retry: