ctdb-build: Fix the indentation
authorAmitay Isaacs <amitay@gmail.com>
Mon, 15 Dec 2014 10:14:44 +0000 (21:14 +1100)
committerMichael Adam <obnox@samba.org>
Mon, 15 Dec 2014 12:53:08 +0000 (13:53 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
ctdb/wscript

index f346f97e575b88553c30a4a9c99a817644f7a559..865cb3a61c8e3f103ec03fa4c0e10cbf188ab280 100755 (executable)
@@ -454,7 +454,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):