r27033 - trunk/freenet/src/freenet/support

[email protected] Sun, 19 Apr 2009 01:54:01 +0000
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
Author: xor
Date: 2009-04-19 01:54:01 +0000 (Sun, 19 Apr 2009)
New Revision: 27033

Modified:
   trunk/freenet/src/freenet/support/TransferThread.java
Log:
Indent.

Modified: trunk/freenet/src/freenet/support/TransferThread.java
===================================================================
--- trunk/freenet/src/freenet/support/TransferThread.java	2009-04-19 01:53:37 UTC (rev 27032)
+++ trunk/freenet/src/freenet/support/TransferThread.java	2009-04-19 01:54:01 UTC (rev 27033)
@@ -96,11 +96,11 @@
 				Logger.error(this, "SHOULD NOT HAPPEN, please report this exception", e);
 			}
 			finally {
-			synchronized (this) {
-				shutdownFinished = true;
-				notify();
+				synchronized (this) {
+					shutdownFinished = true;
+					notify();
+				}
 			}
-			}
 		}
 	}