From: Artem Bityutskiy Date: Thu, 21 Feb 2013 08:39:19 +0000 (+0200) Subject: bmaptool: minor white-space cleanup X-Git-Tag: v2.2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63c3f42641310776fc53cd28fa4921921cafd827;p=tools%2Fbmap-tools.git bmaptool: minor white-space cleanup Change-Id: I2c50ddf8c98819c9178133fc81943f4ef373d8a7 Signed-off-by: Artem Bityutskiy --- diff --git a/bmaptool b/bmaptool index ead0aa1..e100c3f 100755 --- a/bmaptool +++ b/bmaptool @@ -286,7 +286,7 @@ def parse_arguments(): # text = "generate bmap for an image file (which should be a sparse file)" parser_create = subparsers.add_parser("create", help = text) - parser_create.set_defaults(func=create_command) + parser_create.set_defaults(func = create_command) # Mandatory command-line argument - image file text = "the image to generate bmap for" @@ -306,7 +306,7 @@ def parse_arguments(): # text = "write an image to a block device using bmap" parser_copy = subparsers.add_parser("copy", help = text) - parser_copy.set_defaults(func=copy_command) + parser_copy.set_defaults(func = copy_command) # The first positional argument - image file text = "the image file to copy. Supported formats: uncompressed, " + \