From 5b36b88e9e7d39aaaaf18288060ab9ea0fceadaa Mon Sep 17 00:00:00 2001 From: guylamar2006 Date: Mon, 21 Oct 2019 13:55:57 -0500 Subject: [PATCH] Update 0029-Support-new-samsung-light-hal.patch Fix whitespace error. --- .../0029-Support-new-samsung-light-hal.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/platform_frameworks_base/0029-Support-new-samsung-light-hal.patch b/patches/platform_frameworks_base/0029-Support-new-samsung-light-hal.patch index bce0964..e11c435 100644 --- a/patches/platform_frameworks_base/0029-Support-new-samsung-light-hal.patch +++ b/patches/platform_frameworks_base/0029-Support-new-samsung-light-hal.patch @@ -75,7 +75,7 @@ index 01ddecaeff5..f42c49afaa6 100644 colorAlpha = (colorAlpha * brightnessLevel) / 0xFF; colorARGB = (colorAlpha << 24) + (colorARGB & 0x00FFFFFF); + } -+ ++ + sp secHal = LightHal::getSecLight(); + + if(secHal != nullptr) {