commit | 63238efb0d674758902918e3cdaac322126484b7 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Mon Mar 02 15:50:29 2015 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Tue Mar 03 08:50:40 2015 -0800 |
tree | 07fdf37a2bc73a886d8ea41f69e722ed914754af | |
parent | d7e1d08c2ac21cdd2f3b7f83fec7094f6a98fc08 [diff] [blame] |
Remove redundant semicolon from namespace closing Change-Id: I163f9d3d216c283ae1160ce4802e5247cf44fba7
diff --git a/services/audioflinger/AudioResamplerFirProcess.h b/services/audioflinger/AudioResamplerFirProcess.h index 1118bf8..8a615a7 100644 --- a/services/audioflinger/AudioResamplerFirProcess.h +++ b/services/audioflinger/AudioResamplerFirProcess.h
@@ -398,6 +398,6 @@ } } -}; // namespace android +} // namespace android #endif /*ANDROID_AUDIO_RESAMPLER_FIR_PROCESS_H*/