You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: code spacing
This commit fixes a minor spacing issue in the code.
This commit is contained in:
@@ -165,7 +165,7 @@ namespace zygiskd {
|
|||||||
|
|
||||||
info->pid = socket_utils::read_u32(fd);
|
info->pid = socket_utils::read_u32(fd);
|
||||||
|
|
||||||
info->modules = (struct zygote_modules *)malloc(sizeof(struct zygote_modules));
|
info->modules = (struct zygote_modules *)malloc(sizeof(struct zygote_modules));
|
||||||
if (info->modules == NULL) {
|
if (info->modules == NULL) {
|
||||||
info->modules->modules_count = 0;
|
info->modules->modules_count = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user