Author: zothar
Date: 2008-01-06 22:09:51 +0000 (Sun, 06 Jan 2008)
New Revision: 16953

Modified:
   trunk/freenet/src/freenet/node/PeerNode.java
Log:
indent

Modified: trunk/freenet/src/freenet/node/PeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerNode.java        2008-01-06 22:09:05 UTC 
(rev 16952)
+++ trunk/freenet/src/freenet/node/PeerNode.java        2008-01-06 22:09:51 UTC 
(rev 16953)
@@ -653,9 +653,9 @@
                                // this is the number of the ref we are parsing.
                                // we want the number of the next edition.
                                // on startup we want to fetch the old edition 
in case there's been a corruption.
-                                       FreenetURI uri = new 
FreenetURI(arkPubKey);
-                                       ClientSSK ssk = new ClientSSK(uri);
-                                       ark = new USK(ssk, arkNo);
+                               FreenetURI uri = new FreenetURI(arkPubKey);
+                               ClientSSK ssk = new ClientSSK(uri);
+                               ark = new USK(ssk, arkNo);
                        } else if(forDiffNodeRef && arkPubKey == null && myARK 
!= null) {
                                // get the ARK URI from the previous ARK and 
the edition from the SFS
                                FreenetURI uri = myARK.getURI();


Reply via email to