ctdb-build: Replace indentation tabs with spaces
authorAmitay Isaacs <amitay@gmail.com>
Mon, 11 Aug 2014 06:02:00 +0000 (16:02 +1000)
committerMartin Schwenke <martins@samba.org>
Mon, 11 Aug 2014 06:33:10 +0000 (08:33 +0200)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/wscript

index 5014f056e5514db8f46c5d81d039b330783436f7..398d5ff4dc2663082148643bd06fa76117601d5b 100755 (executable)
@@ -67,7 +67,7 @@ def configure(conf):
 
     conf.RECURSE('lib/replace')
     if conf.CHECK_FOR_THIRD_PARTY():
-       conf.RECURSE('third_party/popt')
+        conf.RECURSE('third_party/popt')
     else:
         if not conf.CHECK_POPT():
             raise Utils.WafError('popt development packages have not been found\nIf third_party is installed, check that it is in the proper place.')
@@ -163,7 +163,7 @@ def configure(conf):
 def build(bld):
     bld.RECURSE('lib/replace')
     if bld.CHECK_FOR_THIRD_PARTY():
-       bld.RECURSE('third_party/popt')
+        bld.RECURSE('third_party/popt')
 
     bld.RECURSE('lib/talloc')
     bld.RECURSE('lib/tevent')