From f3a4197e349ec7441f2b4dfe6e3010bbfe400164 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 7 Jan 2006 09:42:48 +0000 Subject: code cleanup (mainly removed line spaces at the beginning of lines by tabulations) --- src/util/convertdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/convertdb.c b/src/util/convertdb.c index 8738364c..227df0e8 100644 --- a/src/util/convertdb.c +++ b/src/util/convertdb.c @@ -45,7 +45,7 @@ int main(int argc, char* argv[]) mode_t oldumask; struct stat buf; char dbdir[PATH_MAX]; - + sprintf(dbdir, "/%s", PM_DBPATH); if(argc < 2) { -- cgit v1.2.3-54-g00ecf