just fix broken tab/space indentation in recently commited patch

This commit is contained in:
Ondrej Vasik 2008-08-05 12:13:43 +00:00
parent a89d13bb21
commit e8d8aa522d

View File

@ -33,16 +33,14 @@ diff -urNp quota-tools-orig/quota.c quota-tools/quota.c
switch (ret) {
case 'g':
flags |= FL_GROUP;
@@ -321,7 +321,8 @@ int main(int argc, char **argv)
@@ -321,6 +321,7 @@ int main(int argc, char **argv)
case 'V':
version();
exit(0);
- default:
+ case 'h':
+ default:
default:
usage();
}
}
diff -urNp quota-tools-orig/setquota.c quota-tools/setquota.c
--- quota-tools-orig/setquota.c 2008-08-05 13:37:34.000000000 +0200
+++ quota-tools/setquota.c 2008-08-05 13:45:48.000000000 +0200