commit | 4944acb7355b3aa25748fd25945a363a69d65444 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Mon Aug 19 08:39:20 2013 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Fri Feb 07 11:22:31 2014 -0800 |
tree | 009b66c5edcb85e6974ee9462919fd72fba381c5 | |
parent | f74f213c0cd0612101e00a73704429dac1a92fe3 [diff] [blame] |
Fix whitespace Change-Id: I9add0872030a26933f6b6dad1be299154611cc56
diff --git a/services/audioflinger/AudioPolicyService.cpp b/services/audioflinger/AudioPolicyService.cpp index 6a115ff..03a5390 100644 --- a/services/audioflinger/AudioPolicyService.cpp +++ b/services/audioflinger/AudioPolicyService.cpp
@@ -60,7 +60,7 @@ // ---------------------------------------------------------------------------- AudioPolicyService::AudioPolicyService() - : BnAudioPolicyService() , mpAudioPolicyDev(NULL) , mpAudioPolicy(NULL) + : BnAudioPolicyService(), mpAudioPolicyDev(NULL), mpAudioPolicy(NULL) { char value[PROPERTY_VALUE_MAX]; const struct hw_module_t *module;