bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] rm: Correct brace indention of enum interactive_type


From: David Soria Parra
Subject: [PATCH] rm: Correct brace indention of enum interactive_type
Date: Sun, 13 Dec 2009 20:03:41 +0100

From: David Soria Parra <address@hidden>

* src/rm.c: Correct brace indention
---
 src/rm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/rm.c b/src/rm.c
index 2b62e5b..7ae502c 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -55,11 +55,11 @@ enum
 };
 
 enum interactive_type
-  {
+{
     interactive_never,         /* 0: no option or --interactive=never */
     interactive_once,          /* 1: -I or --interactive=once */
     interactive_always         /* 2: default, -i or --interactive=always */
-  };
+};
 
 static struct option const long_opts[] =
 {
-- 
1.6.4.GIT





reply via email to

[Prev in Thread] Current Thread [Next in Thread]