From e8d8aa522df2cce0b5ef8d4bced74805d4c46362 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Tue, 5 Aug 2008 12:13:43 +0000 Subject: [PATCH] just fix broken tab/space indentation in recently commited patch --- quota-3.16-helpoption.patch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/quota-3.16-helpoption.patch b/quota-3.16-helpoption.patch index 33389c4..b6e948a 100644 --- a/quota-3.16-helpoption.patch +++ b/quota-3.16-helpoption.patch @@ -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