From 5130018ff01e955fa5c597fc470219689db2a11d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 19 Mar 2008 09:52:30 -0700 Subject: [PATCH] Change tabs to spaces in ofp-pki to make indentation consistent across text editors. Based on suggestion by Justin. --- utilities/ofp-pki | 58 +++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/utilities/ofp-pki b/utilities/ofp-pki index 46a6a89d..f9a0735e 100755 --- a/utilities/ofp-pki +++ b/utilities/ofp-pki @@ -19,20 +19,20 @@ for option; do # If the previous option needs an argument, assign it. if test -n "$prev"; then - eval $prev=\$option - prev= - continue + eval $prev=\$option + prev= + continue fi case $option in - *=*) optarg=`expr "X$option" : '[^=]*=\(.*\)'` ;; - *) optarg=yes ;; + *=*) optarg=`expr "X$option" : '[^=]*=\(.*\)'` ;; + *) optarg=yes ;; esac case $dashdash$option in - --) - dashdash=yes ;; - -h|--help) - cat <&2 - { (exit 1); exit 1; }; } + { (exit 1); exit 1; }; } fi if test -z "$command"; then echo "$0: missing command name; use --help for help" -- 2.30.2