diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2016-02-24 17:46:11 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2016-02-24 17:46:11 -0500 |
commit | f50199467899f29e94572c581e07779c1d7ff8b3 (patch) | |
tree | 901a816d7321e641a49cfe445bf29175e1f50c39 | |
parent | 4a7b8f260a9b6571b7bcff950e6c1b49e9df16eb (diff) | |
download | ikiwiki-f50199467899f29e94572c581e07779c1d7ff8b3.tar ikiwiki-f50199467899f29e94572c581e07779c1d7ff8b3.tar.gz |
Indent.
-rwxr-xr-x | ikiwiki-comment.in | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |