From 259e04e1add3ecef2eb7969729bee6555c6e2ac6 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 15 Jul 2017 01:19:02 -0700 Subject: [PATCH] fix Jamfile indentation --- Jamfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jamfile b/Jamfile index fff96b356..f6b1fbfdb 100644 --- a/Jamfile +++ b/Jamfile @@ -370,13 +370,13 @@ rule building ( properties * ) rule default-build ( properties * ) { - local result ; - if debug in $(properties) - { - result += debug:on - debug:on ; - } - return $(result) ; + local result ; + if debug in $(properties) + { + result += debug:on + debug:on ; + } + return $(result) ; } rule tag ( name : type ? : property-set )