summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-08-19 08:39:20 -0700
committerGlenn Kasten <gkasten@google.com>2014-02-07 11:22:31 -0800
commit4944acb7355b3aa25748fd25945a363a69d65444 (patch)
tree009b66c5edcb85e6974ee9462919fd72fba381c5 /services/audioflinger/Threads.h
parentf74f213c0cd0612101e00a73704429dac1a92fe3 (diff)
downloadframeworks_av-4944acb7355b3aa25748fd25945a363a69d65444.zip
frameworks_av-4944acb7355b3aa25748fd25945a363a69d65444.tar.gz
frameworks_av-4944acb7355b3aa25748fd25945a363a69d65444.tar.bz2
Fix whitespace
Change-Id: I9add0872030a26933f6b6dad1be299154611cc56
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 9bf59d8..f5b5efd 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -307,12 +307,12 @@ protected:
Vector<ConfigEvent *> mConfigEvents;
// These fields are written and read by thread itself without lock or barrier,
- // and read by other threads without lock or barrier via standby() , outDevice()
+ // and read by other threads without lock or barrier via standby(), outDevice()
// and inDevice().
// Because of the absence of a lock or barrier, any other thread that reads
// these fields must use the information in isolation, or be prepared to deal
// with possibility that it might be inconsistent with other information.
- bool mStandby; // Whether thread is currently in standby.
+ bool mStandby; // Whether thread is currently in standby.
audio_devices_t mOutDevice; // output device
audio_devices_t mInDevice; // input device
audio_source_t mAudioSource; // (see audio.h, audio_source_t)