]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/240-focus-on-window-activation.t
Remove trailing whitespace from Perl scripts
[i3/i3] / testcases / t / 240-focus-on-window-activation.t
index cd3989c4257a89fcf88491ba3cf183ef4ffc11ed..efcd5ca400c2a7853b15fabdb029038f4ac5a5f0 100644 (file)
@@ -22,7 +22,7 @@ use List::Util qw(first);
 my ($config, $pid, $first, $second, $ws1, $ws2);
 
 sub send_net_active_window {
-    my ($id) = @_; 
+    my ($id) = @_;
 
     my $msg = pack "CCSLLLLLLL",
         X11::XCB::CLIENT_MESSAGE, # response_type
@@ -111,7 +111,7 @@ EOT
 
 $pid = launch_with_config($config);
 
-my $ws = fresh_workspace;
+$ws = fresh_workspace;
 $first = open_window;
 $second = open_window;
 
@@ -165,7 +165,7 @@ EOT
 
 $pid = launch_with_config($config);
 
-my $ws = fresh_workspace;
+$ws = fresh_workspace;
 $first = open_window;
 $second = open_window;