summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2009-09-21 11:05:58 -0700
committerRay Chen <raychen@google.com>2009-09-21 11:05:58 -0700
commit4e3fd26e176d4d74d09c94d0c4a6bd3a470584a7 (patch)
tree6319002c228f35523d8ef4b6f918380e4ae8ca26 /src/com
parentfae0daa1edb499346af16c63c23d9b1d7aa2697c (diff)
downloadLegacyCamera-4e3fd26e176d4d74d09c94d0c4a6bd3a470584a7.zip
LegacyCamera-4e3fd26e176d4d74d09c94d0c4a6bd3a470584a7.tar.gz
LegacyCamera-4e3fd26e176d4d74d09c94d0c4a6bd3a470584a7.tar.bz2
Remove trailing spaces for easier code review.
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/camera/MenuHelper.java4
-rw-r--r--src/com/android/camera/PhotoAppWidgetConfigure.java2
2 files changed, 3 insertions, 3 deletions
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 @@ public class MenuHelper {
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 @@ public class PhotoAppWidgetConfigure extends Activity {
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/*");