diff options
author | Chia-I Wu <olv@google.com> | 2017-12-15 14:57:46 -0800 |
---|---|---|
committer | Chia-I Wu <olv@google.com> | 2018-01-14 21:39:38 -0800 |
commit | 864c9f82340cae767c3665c91abe3cfc7928ac64 (patch) | |
tree | a48557192c4fa6de06e97f805f3e276fe0ff2114 /graphics/allocator/2.0/default/service.cpp | |
parent | b511645d9956cf3267e5244295197146d4a69d45 (diff) |
graphics: clang-format allocator default impl
Test: builds
Change-Id: I01cee2e7bc778f2e3e540a9856c25f1a0e390186
Diffstat (limited to 'graphics/allocator/2.0/default/service.cpp')
-rw-r--r-- | graphics/allocator/2.0/default/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/allocator/2.0/default/service.cpp b/graphics/allocator/2.0/default/service.cpp index 99f462cf24..bc0539a617 100644 --- a/graphics/allocator/2.0/default/service.cpp +++ b/graphics/allocator/2.0/default/service.cpp @@ -20,8 +20,8 @@ #include <hidl/LegacySupport.h> -using android::hardware::graphics::allocator::V2_0::IAllocator; using android::hardware::defaultPassthroughServiceImplementation; +using android::hardware::graphics::allocator::V2_0::IAllocator; int main() { return defaultPassthroughServiceImplementation<IAllocator>(4); |