Author: toad
Date: 2008-04-05 13:21:23 +0000 (Sat, 05 Apr 2008)
New Revision: 19017

Modified:
   trunk/freenet/src/freenet/node/SSKInsertSender.java
Log:
indenting

Modified: trunk/freenet/src/freenet/node/SSKInsertSender.java
===================================================================
--- trunk/freenet/src/freenet/node/SSKInsertSender.java 2008-04-05 13:21:04 UTC 
(rev 19016)
+++ trunk/freenet/src/freenet/node/SSKInsertSender.java 2008-04-05 13:21:23 UTC 
(rev 19017)
@@ -507,15 +507,15 @@
     private void finish(int code, PeerNode next) {
        if(logMINOR) Logger.minor(this, "Finished: "+code+" on "+this, new 
Exception("debug"));
        synchronized(this) {
-        if(status != NOT_FINISHED)
-               throw new IllegalStateException("finish() called with "+code+" 
when was already "+status);
-        
-        if((code == ROUTE_NOT_FOUND) && !sentRequest)
-               code = ROUTE_REALLY_NOT_FOUND;
-        
-        status = code;
-        
-            notifyAll();
+               if(status != NOT_FINISHED)
+                       throw new IllegalStateException("finish() called with 
"+code+" when was already "+status);
+               
+               if((code == ROUTE_NOT_FOUND) && !sentRequest)
+                       code = ROUTE_REALLY_NOT_FOUND;
+               
+               status = code;
+               
+               notifyAll();
         }

         if(code == SUCCESS && next != null)


Reply via email to