Author: toad
Date: 2008-03-29 16:35:18 +0000 (Sat, 29 Mar 2008)
New Revision: 18834

Modified:
   trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
Log:
indenting

Modified: trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java
===================================================================
--- trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java  
2008-03-29 16:35:06 UTC (rev 18833)
+++ trunk/freenet/src/freenet/client/async/ClientRequestScheduler.java  
2008-03-29 16:35:18 UTC (rev 18834)
@@ -535,8 +535,8 @@
                                                found = true;
                                                continue;
                                        }
-                                               if(gets[j] == getter || gets[j] 
== null || gets[j].isCancelled()) continue;
-                                               newGets[x++] = gets[j];
+                                       if(gets[j] == getter || gets[j] == null 
|| gets[j].isCancelled()) continue;
+                                       newGets[x++] = gets[j];
                                }
                                if(x != gets.length-1) {
                                        SendableGet[] newNewGets = new 
SendableGet[x];


Reply via email to