From d07e83a53a8c8b2a1eb1091c025a0afd4064dbfa Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Fri, 6 Oct 2023 08:12:27 +0000 Subject: libhwc2.1: Apply the clang-format for HistogramController Bug: 299410182 Test: Build pass Change-Id: Ic882f9c2136980762622b09e555c315bc3771df4 Signed-off-by: Leo Chen --- libhwc2.1/libdevice/HistogramController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, {}) {} }; -- cgit v1.2.3