From bf952027c350edb149006fd446a15ba71be1c60d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Thu, 14 Dec 2023 19:47:04 -0500 Subject: [PATCH] ape-m1 minor formatting --- ape/ape-m1.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ape/ape-m1.c b/ape/ape-m1.c index 1169338de..c6d14028a 100644 --- a/ape/ape-m1.c +++ b/ape/ape-m1.c @@ -896,8 +896,7 @@ int main(int argc, char **argv, char **envp) { struct ApeLoader *M; long *sp, *sp2, *auxv; union ElfEhdrBuf *ebuf; - char *p, *pe, *exe, *prog, - *execfn, *shell; + char *p, *pe, *exe, *prog, *execfn, *shell; /* allocate loader memory in program's arg block */ n = sizeof(struct ApeLoader);