From 4aa5c3ac7be7c45100928efd37cf1a1388093e33 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 28 Jan 2016 03:40:24 +0100 Subject: [PATCH] fix indentation --- bin/fcscs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/fcscs b/bin/fcscs index 017ae5b..cb68b04 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -1378,8 +1378,8 @@ RESULT: $screen->debug('input', 'selecting match'); my $tmp = $result; $result = select_match($result->{select}, - $screen, \%config, $input, - $result->{matches}); + $screen, \%config, $input, + $result->{matches}); $result->{handler} = $tmp->{handler}; $result->{extend} = $tmp->{extend}; goto RESULT; # reprocess special entries in result -- 2.43.2