summaryrefslogtreecommitdiff
path: root/genbackupdata
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-01 16:12:58 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-01 16:12:58 +0300
commit144435cfe5973628bc63e59f1ec303e8eed105e0 (patch)
treede2ee83a922a600f0df9e90d7eff50d12aed2ce3 /genbackupdata
parent13e103033d92ad8e11925fbb96def625cfedb349 (diff)
downloadgenbackupdata-144435cfe5973628bc63e59f1ec303e8eed105e0.tar.gz
Fix whitespace for PEP8
Diffstat (limited to 'genbackupdata')
-rwxr-xr-xgenbackupdata4
1 files changed, 2 insertions, 2 deletions
diff --git a/genbackupdata b/genbackupdata
index 73c5374..66bdefb 100755
--- a/genbackupdata
+++ b/genbackupdata
@@ -31,11 +31,11 @@ class GenbackupdataApp(cliapp.Application):
self.settings.bytesize(
['file-size'],
'size of one file',
- default=16*1024)
+ default=16 * 1024)
self.settings.bytesize(
['chunk-size'],
'generate data in chunks of this size',
- default=16*1024)
+ default=16 * 1024)
self.settings.integer(
['depth'],
'depth of directory tree',