Author: toad
Date: 2008-03-14 17:53:44 +0000 (Fri, 14 Mar 2008)
New Revision: 18532
Modified:
trunk/freenet/src/freenet/support/SerialExecutor.java
Log:
Indenting
Modified: trunk/freenet/src/freenet/support/SerialExecutor.java
===================================================================
--- trunk/freenet/src/freenet/support/SerialExecutor.java 2008-03-14
17:34:00 UTC (rev 18531)
+++ trunk/freenet/src/freenet/support/SerialExecutor.java 2008-03-14
17:53:44 UTC (rev 18532)
@@ -41,7 +41,7 @@
return;
}
}
- job = (Runnable)
jobs.removeFirst();
+ job = (Runnable) jobs.removeFirst();
}
try {
job.run();