From 1436a1e5e3ad4704b0322617ebcb9e0f9d027769 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 15 Jul 2010 15:32:37 -0700 Subject: Fix up white space --- src/fedpkg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fedpkg.py b/src/fedpkg.py index 0e77d72..db50108 100755 --- a/src/fedpkg.py +++ b/src/fedpkg.py @@ -650,7 +650,7 @@ if __name__ == '__main__': # Add help to -h and --help parser_help = subparsers.add_parser('help', help = 'Show usage') parser_help.set_defaults(command = usage) - + # switch branches parser_switchbranch = subparsers.add_parser('switch-branch', help = 'Work with branches') @@ -659,7 +659,7 @@ if __name__ == '__main__': help = 'List both remote-tracking branches and local branches', action = 'store_true') parser_switchbranch.set_defaults(command = switch_branch, replace = True) - + # Add a common build parser to be used as a parent parser_build_common = subparsers.add_parser('build_common', add_help = False) -- cgit