Author: toad
Date: 2008-02-06 19:08:54 +0000 (Wed, 06 Feb 2008)
New Revision: 17601
Modified:
trunk/freenet/src/freenet/node/FailureTableEntry.java
Log:
Indenting
Modified: trunk/freenet/src/freenet/node/FailureTableEntry.java
===================================================================
--- trunk/freenet/src/freenet/node/FailureTableEntry.java 2008-02-06
19:08:35 UTC (rev 17600)
+++ trunk/freenet/src/freenet/node/FailureTableEntry.java 2008-02-06
19:08:54 UTC (rev 17601)
@@ -178,11 +178,11 @@
}
if(!includedAlready) {
- newRequestorNodes[toIndex] = requestor.myRef;
- newRequestorTimes[toIndex] = now;
- newRequestorBootIDs[toIndex] =
requestor.getBootID();
- ret = toIndex;
- toIndex++;
+ newRequestorNodes[toIndex] = requestor.myRef;
+ newRequestorTimes[toIndex] = now;
+ newRequestorBootIDs[toIndex] = requestor.getBootID();
+ ret = toIndex;
+ toIndex++;
}
for(int i=toIndex;i<newRequestorNodes.length;i++)
newRequestorNodes[i] = null;
@@ -257,11 +257,11 @@
}
if(!includedAlready) {
- newRequestedNodes[toIndex] =
requestedFrom.myRef;
- newRequestedTimes[toIndex] = now;
- newRequestedBootIDs[toIndex] =
requestedFrom.getBootID();
- newRequestedLocs[toIndex] =
requestedFrom.getLocation();
- toIndex++;
+ newRequestedNodes[toIndex] = requestedFrom.myRef;
+ newRequestedTimes[toIndex] = now;
+ newRequestedBootIDs[toIndex] =
requestedFrom.getBootID();
+ newRequestedLocs[toIndex] = requestedFrom.getLocation();
+ toIndex++;
}
for(int i=toIndex;i<newRequestedNodes.length;i++)
newRequestedNodes[i] = null;