Index: listrepos.php
===================================================================
--- listrepos.php	(revision 655)
+++ listrepos.php	(revision 656)
@@ -18,18 +18,18 @@
   if(valid_entry($r)) 
     {
       if( ($data=list_repos($filter,$size,$r)) )
-	{
-	  if(strlen($data)+1>=$size)
-	    {
-	      echo "$r : Not enough memory";
-	    }
-	  else
-	    {
-	      $list="$data";
-	      $status=1;
-	      exit(0);
-	    }
-	}
+        {
+          if(strlen($data)+1>=$size)
+            {
+              echo "$r : Not enough memory";
+            }
+          else
+            {
+              $list="$data";
+              $status=1;
+              exit(0);
+            }
+        }
     }
 }
 // Something is wrong