Remove trailing spaces for easier code review.
diff --git a/src/com/android/camera/MenuHelper.java b/src/com/android/camera/MenuHelper.java
index 86f4a44..2ff473d 100644
--- a/src/com/android/camera/MenuHelper.java
+++ b/src/com/android/camera/MenuHelper.java
@@ -275,8 +275,8 @@
ok = true;
}
}
-
- if (!ok) {
+
+ if (!ok) {
handler.post(new Runnable() {
public void run() {
Toast.makeText(activity,
diff --git a/src/com/android/camera/PhotoAppWidgetConfigure.java b/src/com/android/camera/PhotoAppWidgetConfigure.java
index bc1da34..1755a71 100644
--- a/src/com/android/camera/PhotoAppWidgetConfigure.java
+++ b/src/com/android/camera/PhotoAppWidgetConfigure.java
@@ -55,7 +55,7 @@
DisplayMetrics display = getResources().getDisplayMetrics();
int maxDimension = Math.max(display.heightPixels, display.widthPixels);
maxDimension /= 2;
-
+
// TODO: Adjust the PhotoFrame's image size to avoid on the fly scaling
Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null);
intent.setType("image/*");