just fix broken tab/space indentation in recently commited patch
This commit is contained in:
parent
a89d13bb21
commit
e8d8aa522d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user