diff quotedb.tcl @ 424:825cac46b1cb

Cosmetic / stray trailing whitespace cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 03:55:55 +0200
parents 880a07485275
children 84d3d7abeb8a
line wrap: on
line diff
--- a/quotedb.tcl	Sun Jan 08 03:52:40 2017 +0200
+++ b/quotedb.tcl	Sun Jan 08 03:55:55 2017 +0200
@@ -143,7 +143,7 @@
   } else {
     set qextra " (owner/time override)"
   }
-  
+
   qdb_handle eval $usql {
     set udiff [expr [unixtime] - $utime]
     if {$udiff < $maxdiff || $qoverride} {
@@ -356,7 +356,7 @@
     incr uresults
     qdb_msg $upublic $unick $uchan $qdb_msg_search_fmt [list $quoteID $utext $uuser $utime [utl_ctime $utime]]
   }
-  
+
   if {$uresults == 0} {
     qdb_msg $upublic $unick $uchan $qdb_msg_no_matches [list $unick]
     return 0