summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_utils.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-19 13:43:12 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-19 16:34:14 +1000
commit93f4f7a0375b95540d7f701c295b88ed9c6322d8 (patch)
tree076a1201eb25a1980434b0c0d66ea6b7a279f091 /buildtools/wafsamba/samba_utils.py
parent4e51bf1ffdf55b8292383415bcc23803c8a56bc9 (diff)
downloadsamba-93f4f7a0375b95540d7f701c295b88ed9c6322d8.tar.gz
samba-93f4f7a0375b95540d7f701c295b88ed9c6322d8.tar.bz2
samba-93f4f7a0375b95540d7f701c295b88ed9c6322d8.zip
build: fixed a python-3 indent error
Diffstat (limited to 'buildtools/wafsamba/samba_utils.py')
-rw-r--r--buildtools/wafsamba/samba_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_utils.py b/buildtools/wafsamba/samba_utils.py
index cbea755f5b..b989f91252 100644
--- a/buildtools/wafsamba/samba_utils.py
+++ b/buildtools/wafsamba/samba_utils.py
@@ -452,7 +452,7 @@ def CHECK_MAKEFLAGS(bld):
if opt[0:2] == 'V=':
Options.options.verbose = Logs.verbose = int(opt[2:])
if Logs.verbose > 0:
- Logs.zones = ['runner']
+ Logs.zones = ['runner']
if Logs.verbose > 2:
Logs.zones = ['*']
elif opt[0].isupper() and opt.find('=') != -1: