checkstyle
authorVincent Veronis <veroni_v@epitech.net>
Tue, 12 Jan 2010 12:31:21 +0100
changeset 633 947763da95ed
parent 632 5a49dba90ff1
child 634 bac4b1927a08
checkstyle
src/com/beem/project/beem/ui/Login.java
--- a/src/com/beem/project/beem/ui/Login.java	Tue Jan 12 12:22:44 2010 +0100
+++ b/src/com/beem/project/beem/ui/Login.java	Tue Jan 12 12:31:21 2010 +0100
@@ -95,8 +95,7 @@
 	    Intent i = new Intent(this, LoginAnim.class);
 	    startActivityForResult(i, LOGIN_REQUEST_CODE);
 	    mIsResult = false;
-	}
-	else {
+	} else {
 	    mTextView.setText(R.string.login_start_msg);
 	}
     }