From 8af90b16090b54cba6da59c94f84f6a36c83d731 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 6 Jan 2021 17:12:16 +0000 Subject: msm8996-common: touch: Fix code style issues Change-Id: Ide58643d2718f36792a212ea87426e3548a922c0 --- touch/KeyDisabler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'touch/KeyDisabler.h') diff --git a/touch/KeyDisabler.h b/touch/KeyDisabler.h index f7a18fa..8aba763 100644 --- a/touch/KeyDisabler.h +++ b/touch/KeyDisabler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 The LineageOS Project + * Copyright (C) 2019,2021 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ class KeyDisabler : public IKeyDisabler { Return setEnabled(bool enabled) override; private: - bool mHasKeyDisabler; + bool has_key_disabler_; }; } // namespace implementation -- cgit v1.2.3