]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/core/utils/utils.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / lib / rbot / core / utils / utils.rb
index 8df9626c93ca8f9aab927a0e9ba875cac53b453d..77bdeecfb1cdeebc8a1759a622e148f5076b0be6 100644 (file)
@@ -287,13 +287,13 @@ module ::Irc
         _("%{m} minutes") % { :m => secs/SEC_PER_MIN }
       when secs > 1
         _("%{m} seconds") % { :m => secs }
-      else 
+      else
         _("one second")
       end
     end
 
     # Execute an external program, returning a String obtained by redirecting
-    # the program's standards errors and output 
+    # the program's standards errors and output
     #
     def Utils.safe_exec(command, *args)
       IO.popen("-") { |p|