Author: nextgens
Date: 2008-08-26 16:50:16 +0000 (Tue, 26 Aug 2008)
New Revision: 22179
Modified:
trunk/freenet/src/freenet/support/io/TempBucketFactory.java
Log:
indent: test the script
Modified: trunk/freenet/src/freenet/support/io/TempBucketFactory.java
===================================================================
--- trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-08-26
15:14:18 UTC (rev 22178)
+++ trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-08-26
16:50:16 UTC (rev 22179)
@@ -470,4 +470,4 @@
// Do we want it to be encrypted?
return (reallyEncrypt ? new
PaddedEphemerallyEncryptedBucket(fileBucket, 1024, strongPRNG, weakPRNG) :
fileBucket);
}
-}
+}
\ No newline at end of file