From e3e4bbb95f1008590cbde9d448e102f1ba1e36e9 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Thu, 4 Jul 2024 15:41:41 -0300 Subject: [PATCH] Match file code style correctly --- module/common_setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/common_setup.sh b/module/common_setup.sh index f75a8b2..f430c5f 100644 --- a/module/common_setup.sh +++ b/module/common_setup.sh @@ -61,7 +61,7 @@ done # Work around AOSPA PropImitationHooks conflict when their persist props don't exist if [ -n "$(resetprop ro.aospa.version)" ]; then - for PROP in persist.sys.pihooks.first_api_level persist.sys.pihooks.security_patch; do - resetprop | grep -q "\[$PROP\]" || resetprop -n -p "$PROP" ""; - done; -fi; + for PROP in persist.sys.pihooks.first_api_level persist.sys.pihooks.security_patch; do + resetprop | grep -q "\[$PROP\]" || resetprop -n -p "$PROP" "" + done +fi