fix: code spacing

This commit fixes a minor spacing issue in the code.
This commit is contained in:
ThePedroo
2024-08-15 16:54:21 -03:00
parent 7027e8147f
commit 6187f34837

View File

@@ -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;