summaryrefslogtreecommitdiffstats
path: root/media/libmedia/mediaplayer.cpp
diff options
context:
space:
mode:
authorNicolas Catania <niko@google.com>2009-06-11 16:33:49 -0700
committerNicolas Catania <niko@google.com>2009-06-11 16:54:48 -0700
commit32f82774884bdd709789ab9f3ccdf5b972ff7681 (patch)
treeef2b6af8c2d2c68838b1e10496f3b8cff2e644e0 /media/libmedia/mediaplayer.cpp
parentcb9534f92007b47d86cccc306dc75ca2d64bd197 (diff)
downloadframeworks_base-32f82774884bdd709789ab9f3ccdf5b972ff7681.zip
frameworks_base-32f82774884bdd709789ab9f3ccdf5b972ff7681.tar.gz
frameworks_base-32f82774884bdd709789ab9f3ccdf5b972ff7681.tar.bz2
Removed trailing whitespaces.
Diffstat (limited to 'media/libmedia/mediaplayer.cpp')
-rw-r--r--media/libmedia/mediaplayer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libmedia/mediaplayer.cpp b/media/libmedia/mediaplayer.cpp
index 809316a..24e3e6f 100644
--- a/media/libmedia/mediaplayer.cpp
+++ b/media/libmedia/mediaplayer.cpp
@@ -503,7 +503,7 @@ void MediaPlayer::notify(int msg, int ext1, int ext2)
// TODO: In the future, we might be on the same thread if the app is
// running in the same process as the media server. In that case,
// this will deadlock.
- //
+ //
// The threadId hack below works around this for the care of prepare
// and seekTo within the same process.
// FIXME: Remember, this is a hack, it's not even a hack that is applied
@@ -511,7 +511,7 @@ void MediaPlayer::notify(int msg, int ext1, int ext2)
if (mLockThreadId != getThreadId()) {
mLock.lock();
locked = true;
- }
+ }
if (mPlayer == 0) {
LOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);