ctdb-build: Fix the indentation
authorAmitay Isaacs <amitay@gmail.com>
Mon, 15 Dec 2014 10:14:44 +0000 (21:14 +1100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 17 Dec 2014 20:16:12 +0000 (21:16 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 641bb5eab344fe85fb93898d5a8bc08d35e11fdc)

ctdb/wscript

index 788aa5e9fa448470d62982e159ccefde555e6d91..dfae5b4b56426bbd4831d4546af6175ebf2901ce 100755 (executable)
@@ -451,7 +451,7 @@ def build(bld):
                 continue
             mode = os.lstat(fl).st_mode & 0777
             if arg['trim_path']:
-                    fl = samba_utils.os_path_relpath(fl, arg['trim_path'])
+                fl = samba_utils.os_path_relpath(fl, arg['trim_path'])
             arg['file_list'].append([fl, mode])
 
     def SUBDIR_MODE(path, trim_path=None):