From 1350c0d2b3810d30fa97d8084de8ef69a95bba15 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 23 Sep 2010 13:14:56 +0200 Subject: Whitespace fixes --- src/fedpkg.bash | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/fedpkg.bash') diff --git a/src/fedpkg.bash b/src/fedpkg.bash index b1d29c4..41181a0 100644 --- a/src/fedpkg.bash +++ b/src/fedpkg.bash @@ -133,9 +133,9 @@ _fedpkg() options_branch="--branch" after="srpm" ;; - lint) - options="--info" - ;; + lint) + options="--info" + ;; local) options="--md5" options_arch="--arch" @@ -147,10 +147,10 @@ _fedpkg() prep) options_arch="--arch" ;; - retire) - options="--push" - after_more=true - ;; + retire) + options="--push" + after_more=true + ;; scratch-build) options="--nowait --background --srpm" options_target="--target" @@ -167,15 +167,15 @@ _fedpkg() options="--list" after="branch" ;; - tag) - options="--clog --force --list --delete" - options_string="--message" - options_file="--file" - after_more=true - ;; - tag-request) - options_string="--desc --build" - ;; + tag) + options="--clog --force --list --delete" + options_string="--message" + options_file="--file" + after_more=true + ;; + tag-request) + options_string="--desc --build" + ;; upload|new-sources) after="file" after_more=true -- cgit