]> git.vpit.fr Git - perl/scripts/xchat.git/blobdiff - Xchat/XPI/Utils.pm
No trailing whitespace
[perl/scripts/xchat.git] / Xchat / XPI / Utils.pm
index 1333adc91a229c8f78013a401c7de93b39d7a76f..82699db9ca405de9aa5b76e71e7b98ccc655524a 100644 (file)
@@ -23,11 +23,11 @@ sub dye_nick {
  return sprintf "\003%d%s", $rcolors[$col % @rcolors], $nick;
 }
 
-use base qw<Exporter>; 
+use base qw<Exporter>;
+
 our @EXPORT         = ();
 our %EXPORT_TAGS    = ('funcs' => [ qw<dye_nick> ]);
 our @EXPORT_OK      = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{'all'} = [ @EXPORT_OK ];
+
 1;