am 2d53e1a5: Merge "Formatting fix"

* commit '2d53e1a5d27e27e7d83474c9cd9e3f5c4ed49a91':
  Formatting fix
This commit is contained in:
Steven Ross
2011-10-04 13:06:36 -07:00
committed by Android Git Automerger

View File

@@ -325,8 +325,7 @@ public class ChooseLockGeneric extends PreferenceActivity {
if(isFallback) {
startActivityForResult(intent, FALLBACK_REQUEST);
return;
}
else {
} else {
intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
startActivity(intent);
}
@@ -343,8 +342,7 @@ public class ChooseLockGeneric extends PreferenceActivity {
if(isFallback) {
startActivityForResult(intent, FALLBACK_REQUEST);
return;
}
else {
} else {
intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
startActivity(intent);
}