summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-01-07 10:42:48 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-01-07 10:42:48 +0100
commitf3a4197e349ec7441f2b4dfe6e3010bbfe400164 (patch)
tree88352537a1dae2a182ea5cc792c25b4fd4cdb45e /src/util
parent6c3657b7022c7873fca38b30796e7659b7580b34 (diff)
downloadpacman-f3a4197e349ec7441f2b4dfe6e3010bbfe400164.tar.gz
pacman-f3a4197e349ec7441f2b4dfe6e3010bbfe400164.tar.xz
code cleanup (mainly removed line spaces at the beginning of lines by tabulations)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/convertdb.c2
1 files changed, 1 insertions, 1 deletions
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) {