]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/backends/common/database.c
moved whitespace around
[citadel.git] / citadel / server / backends / common / database.c
index e9f2911b54fd6253aeb2880288bc2265c31f71a4..67022f7436335f98af9ba1d9400ecd3c86247fa5 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (c) 1987-2023 by the citadel.org team
 // This program is open source software.  Use, duplication, or disclosure
-// are subject to the terms of the GNU General Public License, version 3.
+// is subject to the terms of the GNU General Public License, version 3.
 
 // The functions in this file handle the selection and activation of a storage backend for Citadel Server.
 // Right now, it simply activates Berkeley DB because that's the only one we have.
@@ -86,5 +86,3 @@ void cdb_chmod_data(void) {
                closedir(dp);
        }
 }
-
-