changeset 22:f8a77f25dad6

Cosmetic whitespace cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Jan 2016 18:10:23 +0200
parents 74ba09d87f33
children ce5509f09992
files index.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Thu Jan 14 12:03:12 2016 +0200
+++ b/index.php	Fri Jan 15 18:10:23 2016 +0200
@@ -122,9 +122,9 @@
 
   if ($a[$index] == $b[$index])
     return 0;
-  
+
   $res = $a[$index] < $b[$index];
-  
+
   if ($setSortDirection)
     return $res ? 1 : -1;
   else