Author: toad
Date: 2008-12-19 19:52:56 +0000 (Fri, 19 Dec 2008)
New Revision: 24637

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/ClientGet.java
Log:
indent


Modified: branches/db4o/freenet/src/freenet/node/fcp/ClientGet.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/ClientGet.java   2008-12-19 
19:51:22 UTC (rev 24636)
+++ branches/db4o/freenet/src/freenet/node/fcp/ClientGet.java   2008-12-19 
19:52:56 UTC (rev 24637)
@@ -488,9 +488,9 @@
                        container.activate(client, 1);
                if(persistenceType == PERSIST_CONNECTION && handler == null)
                        handler = origHandler.outputHandler;
-               if(handler != null) {
+               if(handler != null)
                        handler.queue(msg);
-               } else
+               else
                        client.queueClientRequestMessage(msg, 
VERBOSITY_SPLITFILE_PROGRESS, container);
                if(persistenceType == PERSIST_FOREVER && !client.isGlobalQueue)
                        container.deactivate(client, 1);

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to