Indent the cases where they were not indented.
Signed-off-by: Robert Love <[email protected]>
---
fcoeplumb.in | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/fcoeplumb.in b/fcoeplumb.in
index 50573cd..f2c0a73 100755
--- a/fcoeplumb.in
+++ b/fcoeplumb.in
@@ -239,25 +239,25 @@ shift
while [ "$#" -ge 1 ]
do
case "$1" in
- --reset | -r)
+ --reset | -r)
cmd=reset
;;
- --enable | -e)
+ --enable | -e)
cmd=enable
;;
- --disable | -d)
+ --disable | -d)
cmd=disable
;;
- --debug)
+ --debug)
LOGGER="logger -t fcoeplumb -s"
DEBUG_LOGGING=1
;;
- --qos | -q)
+ --qos | -q)
[ "$#" -lt 2 ] && usage
qos_list=$2
shift
;;
- *)
+ *)
echo "$cmdname: unknown parameter '$1'" >&2
usage
;;
_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel