summaryrefslogtreecommitdiff
path: root/cros_gralloc/aidl/Allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'cros_gralloc/aidl/Allocator.h')
-rw-r--r--cros_gralloc/aidl/Allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cros_gralloc/aidl/Allocator.h b/cros_gralloc/aidl/Allocator.h
index 85a13cd..be06dbb 100644
--- a/cros_gralloc/aidl/Allocator.h
+++ b/cros_gralloc/aidl/Allocator.h
@@ -27,10 +27,10 @@ class Allocator : public BnAllocator {
allocator::AllocationResult* outResult) override;
ndk::ScopedAStatus allocate2(const BufferDescriptorInfo& descriptor, int32_t count,
- allocator::AllocationResult* outResult) override;
+ allocator::AllocationResult* outResult) override;
ndk::ScopedAStatus isSupported(const BufferDescriptorInfo& descriptor,
- bool* outResult) override;
+ bool* outResult) override;
ndk::ScopedAStatus getIMapperLibrarySuffix(std::string* outResult) override;