summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2010-08-27 16:02:14 -0700
committerKoushik Dutta <koushd@gmail.com>2010-08-27 16:02:14 -0700
commit57e7bb29dcf918b965b5676c9b80426d1f9a7139 (patch)
tree22092849f1d5368508cffddb3ee6ceca7ee07493
parente670de0e155ec72873789cd1177557577db9704f (diff)
downloadframeworks_base-57e7bb29dcf918b965b5676c9b80426d1f9a7139.zip
frameworks_base-57e7bb29dcf918b965b5676c9b80426d1f9a7139.tar.gz
frameworks_base-57e7bb29dcf918b965b5676c9b80426d1f9a7139.tar.bz2
Clean up whitespaces.
-rw-r--r--services/java/com/android/server/MountService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/java/com/android/server/MountService.java b/services/java/com/android/server/MountService.java
index dde4e06..bafa970 100644
--- a/services/java/com/android/server/MountService.java
+++ b/services/java/com/android/server/MountService.java
@@ -976,9 +976,9 @@ class MountService extends IMountService.Stub
}
return doGetShareMethodAvailable("ums");
}
-
+
private ArrayList<String> getShareableVolumes() {
- // build.prop will specify additional volumes to mount in the
+ // build.prop will specify additional volumes to mount in the
// ro.additionalmounts property.
// This is a semicolon delimited list of paths. Such as "/emmc;/foo", etc.
ArrayList<String> volumesToMount = new ArrayList<String>();