summaryrefslogtreecommitdiffstats
path: root/sysfs/SunlightEnhancement.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysfs/SunlightEnhancement.h')
-rw-r--r--sysfs/SunlightEnhancement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysfs/SunlightEnhancement.h b/sysfs/SunlightEnhancement.h
index 6156e15..e32e4bf 100644
--- a/sysfs/SunlightEnhancement.h
+++ b/sysfs/SunlightEnhancement.h
@@ -32,14 +32,14 @@ using ::android::hardware::Void;
#define FILE_SRE "/sys/class/graphics/fb0/sre"
class SunlightEnhancement : public ISunlightEnhancement {
- public:
+ public:
bool isSupported();
// Methods from ::vendor::lineage::livedisplay::V2_0::ISunlightEnhancement follow.
Return<bool> isEnabled() override;
Return<bool> setEnabled(bool enabled) override;
- private:
+ private:
std::string mFile;
int32_t mEnabledMode;
};