]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Indent.
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Wed, 24 Feb 2016 22:46:11 +0000 (17:46 -0500)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Wed, 24 Feb 2016 22:46:11 +0000 (17:46 -0500)
ikiwiki-comment.in

index 0891766ab6f154ae1f7977c49a58a7d86f44996b..1c7baead0d6849b223093fd8a75a7470f7a6f11c 100755 (executable)
@@ -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);
 }