Author: nextgens
Date: 2008-03-25 02:55:36 +0000 (Tue, 25 Mar 2008)
New Revision: 18769
Modified:
trunk/freenet/src/freenet/node/NodeStarter.java
Log:
indent
Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java 2008-03-25 02:42:31 UTC
(rev 18768)
+++ trunk/freenet/src/freenet/node/NodeStarter.java 2008-03-25 02:55:36 UTC
(rev 18769)
@@ -39,8 +39,8 @@
public static int RECOMMENDED_EXT_BUILD_NUMBER = 20;
/*
- (File.separatorChar == '\\') &&
-
(System.getProperty("os.arch").toLowerCase().matches("(i?[x0-9]86_64|amd64)"))
? 6 : 2;
+ (File.separatorChar == '\\') &&
+
(System.getProperty("os.arch").toLowerCase().matches("(i?[x0-9]86_64|amd64)"))
? 6 : 2;
*/
public static int extBuildNumber;
public static String extRevisionNumber;