- removed whitespaces
[pub/Android/ownCloud.git] / src / com / owncloud / android / MainApp.java
index 84abf1b..58a7a99 100644 (file)
@@ -46,7 +46,7 @@ public class MainApp extends Application {
     
     public void onCreate(){
         super.onCreate();
-        MainApp.mContext = getApplicationContext();     
+        MainApp.mContext = getApplicationContext();
         
         boolean isSamlAuth = AUTH_ON.equals(getString(R.string.auth_method_saml_web_sso));