diff options
| author | efuce | 2016-06-16 10:07:39 +0200 | 
|---|---|---|
| committer | efuce | 2016-06-16 10:07:39 +0200 | 
| commit | 7444951ba2199f2c78ace960899d0a73e630c53f (patch) | |
| tree | e5ef2f1988dbf30141204892a6e8f80a54059206 | |
| parent | d3acf0e40a9d9b092a308e2a1e224980556631d0 (diff) | |
| download | scripts.irssi.org-7444951ba2199f2c78ace960899d0a73e630c53f.tar.bz2 | |
Fixed an instance of indentation being different.
| -rwxr-xr-x | scripts/tinyurl.pl | 2 | 
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', | 
