summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefuce2016-06-16 10:07:39 +0200
committerefuce2016-06-16 10:07:39 +0200
commit7444951ba2199f2c78ace960899d0a73e630c53f (patch)
treee5ef2f1988dbf30141204892a6e8f80a54059206
parentd3acf0e40a9d9b092a308e2a1e224980556631d0 (diff)
downloadscripts.irssi.org-7444951ba2199f2c78ace960899d0a73e630c53f.tar.bz2
Fixed an instance of indentation being different.
-rwxr-xr-xscripts/tinyurl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tinyurl.pl b/scripts/tinyurl.pl
index 829ee74..6e6c1c9 100755
--- a/scripts/tinyurl.pl
+++ b/scripts/tinyurl.pl
@@ -13,7 +13,7 @@ $VERSION = '1.1';
%IRSSI = (
authors => 'Atoms',
contact => 'atoms@tups.lv',
- patch => 'spowers@dimins.com',
+ patch => 'spowers@dimins.com',
name => 'tinyurl',
description => 'create a tinyurl from a long one',
license => 'GPL',