aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Perrin <code@apotheon.net>2010-09-11 18:05:25 -0600
committerChad Perrin <code@apotheon.net>2010-09-11 18:05:25 -0600
commit59b4bc4253d3772a6ec0598ed7e76de6c3ef1412 (patch)
tree6842545b3756037c8da2fb71d68b5c27bdebfb28
parent8f8b27640292e01b48c372127304a1b0d5fe1c16 (diff)
regularized whitespace around conditional parentheses
-- user: Chad Perrin <code@apotheon.net> branch 'default' changed url-picker
-rw-r--r--url-picker2
1 files changed, 1 insertions, 1 deletions
diff --git a/url-picker b/url-picker
index 57606d7..18ea015 100644
--- a/url-picker
+++ b/url-picker
@@ -16,7 +16,7 @@ my $url =
sub on_user_command {
my ($self, $cmd) = @_;
- if($cmd =~ s/^url-picker\b//) {
+ if ($cmd =~ s/^url-picker\b//) {
my $labels = {};
my $hrefs = {};
my $row = -1;