diff calc.tcl @ 424:825cac46b1cb

Cosmetic / stray trailing whitespace cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 03:55:55 +0200
parents fd0635443234
children b45fc205f425
line wrap: on
line diff
--- a/calc.tcl	Sun Jan 08 03:52:40 2017 +0200
+++ b/calc.tcl	Sun Jan 08 03:55:55 2017 +0200
@@ -1,7 +1,7 @@
 ##########################################################################
 #
 # Calc v0.4 by Matti 'ccr' Hamalainen <ccr@tnsp.org>
-# (C) Copyright 2008-2011 Tecnic Software productions (TNSP) 
+# (C) Copyright 2008-2011 Tecnic Software productions (TNSP)
 #
 # A simple calculator for Eggdrop.
 #
@@ -59,7 +59,7 @@
   return 1
 }
 
-# -------------------------------------------------------------------------  
+# -------------------------------------------------------------------------
 proc calc_msg {nick uhost hand args} {
   global calc_err_noargs
 
@@ -67,7 +67,7 @@
     calc_smsg $nick "$calc_err_noargs"
     return 1
   }
-  
+
   set result [calc_do $args]
   calc_smsg $nick "$result"
   return 1