From: elmex Date: Mon, 2 Jan 2006 21:35:01 +0000 (+0000) Subject: fixed code formatting X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=93e6e844db9a989e6a5b2ec3d1189033e140f66d;p=dana%2Furxvt.git fixed code formatting --- diff --git a/src/perl/selection b/src/perl/selection index 9189f597..685d7cc0 100644 --- a/src/perl/selection +++ b/src/perl/selection @@ -1,5 +1,6 @@ sub on_keyboard_command { - my ($term, $cmd) = @_; - $cmd eq "selection:rot13" - and $term->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $term->selection); + my ($term, $cmd) = @_; + + $cmd eq "selection:rot13" + and $term->selection (map { y/A-Za-z/N-ZA-Mn-za-m/; $_ } $term->selection); }