From f50199467899f29e94572c581e07779c1d7ff8b3 Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Wed, 24 Feb 2016 17:46:11 -0500 Subject: Indent. --- ikiwiki-comment.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ikiwiki-comment.in') diff --git a/ikiwiki-comment.in b/ikiwiki-comment.in index 0891766ab..1c7baead0 100755 --- a/ikiwiki-comment.in +++ b/ikiwiki-comment.in @@ -115,7 +115,7 @@ sub exec_editor { @editor=split(' ', $ENV{EDITOR}); } if (exists $ENV{VISUAL}) { - @editor=split(' ', $ENV{VISUAL}); + @editor=split(' ', $ENV{VISUAL}); } exec(@editor, $file); } -- cgit v1.2.3