commit | f19cf79e38507cc5e32d1e23825921a5019cd833 | [log] [tgz] |
---|---|---|
author | François Gaffie <francois.gaffie@renault.com> | Wed May 30 17:22:17 2018 +0200 |
committer | Eric Laurent <elaurent@google.com> | Thu Jan 10 10:46:08 2019 -0800 |
tree | 0782df3fbe0968e3cdd377483a7576e1c6723e56 | |
parent | 35288162c7fcece56f43c1b1862636b02e6c51b0 [diff] [blame] |
audiopolicy: engineconfigurable: apply coding style Test: make Change-Id: Ibfa26a5893e4481619f407f9b1cb679f96e8a7e9 Signed-off-by: François Gaffie <francois.gaffie@renault.com>
diff --git a/services/audiopolicy/engineconfigurable/src/Element.h b/services/audiopolicy/engineconfigurable/src/Element.h index 52e77e5..1b55c8c 100644 --- a/services/audiopolicy/engineconfigurable/src/Element.h +++ b/services/audiopolicy/engineconfigurable/src/Element.h
@@ -22,10 +22,8 @@ #include <system/audio.h> #include <utils/Log.h> -namespace android -{ -namespace audio_policy -{ +namespace android { +namespace audio_policy { template <typename Key> class Element