]> ruderich.org/simon Gitweb - fcscs/fcscs.git/commitdiff
fix indentation
authorSimon Ruderich <simon@ruderich.org>
Thu, 28 Jan 2016 17:49:22 +0000 (18:49 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 28 Jan 2016 17:49:22 +0000 (18:49 +0100)
bin/fcscs

index dd070ee68e9a92db4ef2e87923546a477c9bfa7e..7a492e9784d54136ecb8eef5f5c75279a590383e 100755 (executable)
--- a/bin/fcscs
+++ b/bin/fcscs
@@ -1126,17 +1126,17 @@ Example:
 =cut
 my %setting = (
     # options
 =cut
 my %setting = (
     # options
-    debug          => 0,
-    initial_mode   => \&mapping_mode_url,
-    multiplexer    => undef,
-    ignorecase     => 0,
-    smartcase      => 1,
-    paste_sleep    => 100_000,
-    screen_msgwait => 5,
+    debug              => 0,
+    initial_mode       => \&mapping_mode_url,
+    multiplexer        => undef,
+    ignorecase         => 0,
+    smartcase          => 1,
+    paste_sleep        => 100_000,
+    screen_msgwait     => 5,
     # global mappings
     alternative_return => 's',
     # commands
     # global mappings
     alternative_return => 's',
     # commands
-    browser        => ['x-www-browser'],
+    browser            => ['x-www-browser'],
 );
 
 =head2 REGEXPS
 );
 
 =head2 REGEXPS