project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Datastructures/TeamIngameAttributes.java
changeset 7508 763d3961400b
parent 7485 0481bd74267c
child 7584 7831c84cc644
--- a/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Datastructures/TeamIngameAttributes.java	Sat Aug 18 00:22:33 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Datastructures/TeamIngameAttributes.java	Sat Aug 18 00:47:51 2012 +0200
@@ -28,7 +28,7 @@
 		this.remoteDriven = remoteDriven;
 	}
 	
-	public static int randomColorIndex(int[] illegalColors){
+	public static int randomColorIndex(int[] illegalColors) {
 		Random rnd = new Random();
 		ArrayList<Integer> legalcolors = new ArrayList<Integer>();
 		for(int i=0; i<TEAM_COLORS.length; i++) {