Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit d8d3356

Browse files
committed
Format the code a bit
1 parent b081f8d commit d8d3356

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

daemon/src/main/jni/denylist.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,7 @@ static bool prepare_ksu_fd() {
9797

9898
LOGD("Prepare KSU fd: Trying to send ksu option");
9999

100-
syscall(
101-
SYS_reboot,
102-
KSU_INSTALL_MAGIC1,
103-
KSU_INSTALL_MAGIC2,
104-
0,
105-
(void *)&ksu_fd
106-
);
100+
syscall(SYS_reboot, KSU_INSTALL_MAGIC1, KSU_INSTALL_MAGIC2, 0, (void*)&ksu_fd);
107101

108102
LOGD("Prepare KSU fd: %x", ksu_fd);
109103

0 commit comments

Comments
 (0)