summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Effects.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-02 15:50:29 -0800
committerGlenn Kasten <gkasten@google.com>2015-03-03 08:50:40 -0800
commit63238efb0d674758902918e3cdaac322126484b7 (patch)
tree07fdf37a2bc73a886d8ea41f69e722ed914754af /services/audioflinger/Effects.cpp
parentd7e1d08c2ac21cdd2f3b7f83fec7094f6a98fc08 (diff)
downloadframeworks_av-63238efb0d674758902918e3cdaac322126484b7.zip
frameworks_av-63238efb0d674758902918e3cdaac322126484b7.tar.gz
frameworks_av-63238efb0d674758902918e3cdaac322126484b7.tar.bz2
Remove redundant semicolon from namespace closing
Change-Id: I163f9d3d216c283ae1160ce4802e5247cf44fba7
Diffstat (limited to 'services/audioflinger/Effects.cpp')
-rw-r--r--services/audioflinger/Effects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/Effects.cpp b/services/audioflinger/Effects.cpp
index bcaf8ae..8bccb47 100644
--- a/services/audioflinger/Effects.cpp
+++ b/services/audioflinger/Effects.cpp
@@ -1953,4 +1953,4 @@ void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread)
}
}
-}; // namespace android
+} // namespace android