From 641bb5eab344fe85fb93898d5a8bc08d35e11fdc Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Mon, 15 Dec 2014 21:14:44 +1100 Subject: ctdb-build: Fix the indentation Signed-off-by: Amitay Isaacs Reviewed-by: Michael Adam Reviewed-by: Stefan Metzmacher --- ctdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/wscript b/ctdb/wscript index f346f97e57..865cb3a61c 100755 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -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): -- cgit