Update 0029-Support-new-samsung-light-hal.patch

Fix whitespace error.
This commit is contained in:
guylamar2006 2019-10-21 13:55:57 -05:00 committed by GitHub
parent 81616af6df
commit 5b36b88e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ index 01ddecaeff5..f42c49afaa6 100644
colorAlpha = (colorAlpha * brightnessLevel) / 0xFF;
colorARGB = (colorAlpha << 24) + (colorARGB & 0x00FFFFFF);
+ }
+
+
+ sp<ISecLight> secHal = LightHal::getSecLight();
+
+ if(secHal != nullptr) {