summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Chen <yinchiuan@google.com>2023-10-06 08:12:27 +0000
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-10-24 02:43:26 +0000
commitd07e83a53a8c8b2a1eb1091c025a0afd4064dbfa (patch)
tree92137fa0145eca1983aae733b961b0fe8b8cada7
parentecf67ae245d9704b8dd3702b663b11c3ee1f3c72 (diff)
downloadgs201-d07e83a53a8c8b2a1eb1091c025a0afd4064dbfa.tar.gz
libhwc2.1: Apply the clang-format for HistogramController
Bug: 299410182 Test: Build pass Change-Id: Ic882f9c2136980762622b09e555c315bc3771df4 Signed-off-by: Leo Chen <yinchiuan@google.com>
-rw-r--r--libhwc2.1/libdevice/HistogramController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhwc2.1/libdevice/HistogramController.h b/libhwc2.1/libdevice/HistogramController.h
index e907943..11e30a8 100644
--- a/libhwc2.1/libdevice/HistogramController.h
+++ b/libhwc2.1/libdevice/HistogramController.h
@@ -18,5 +18,5 @@
class HistogramController : public HistogramDevice {
public:
- HistogramController(ExynosDisplay *display) : HistogramDevice(display, 1, {}) {}
+ HistogramController(ExynosDisplay* display) : HistogramDevice(display, 1, {}) {}
};