From c42a46e9eaa8224ca2b087dbeb135b1157db5edd Mon Sep 17 00:00:00 2001 From: Memphiz Date: Thu, 16 Oct 2014 16:17:22 +0200 Subject: [osx/preflight/cosmetics] - fixed identation --- tools/darwin/runtime/preflight | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'tools/darwin') diff --git a/tools/darwin/runtime/preflight b/tools/darwin/runtime/preflight index 3240b04e00..eccbf3a5d0 100755 --- a/tools/darwin/runtime/preflight +++ b/tools/darwin/runtime/preflight @@ -77,13 +77,14 @@ sub get_sources_xml { while ( ($name, $path) = each( %{ $source } ) ) { $xml .= (" " x 8)."\n"; $xml .= (" " x 12)."$name\n"; - if ( $path =~ /(.*)\^\^(.*)/ ) { - $xml .= (" " x 12)."".$1."\n"; - $xml .= (" " x 12)."".$2."\n"; - } - else { - $xml .= (" " x 12)."".$path."\n"; - } + + if ( $path =~ /(.*)\^\^(.*)/ ) { + $xml .= (" " x 12)."".$1."\n"; + $xml .= (" " x 12)."".$2."\n"; + } + else { + $xml .= (" " x 12)."".$path."\n"; + } if ($path ne "/" ) { $xml .= (" " x 12)."true\n"; -- cgit v1.2.3