From 9fe5e6bf0ccaccec9c5ea2c3a2cea86dbd9c78dc Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Tue, 9 May 2023 00:31:36 +0300 Subject: Style tweaks Message-Id: <20230508213136.608575-42-bugaevc@gmail.com> --- procfs/rootdir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'procfs/rootdir.c') diff --git a/procfs/rootdir.c b/procfs/rootdir.c index 1c7181b1..908cfe6c 100644 --- a/procfs/rootdir.c +++ b/procfs/rootdir.c @@ -683,8 +683,8 @@ rootdir_gc_swaps (void *hook, char **contents, ssize_t *contents_len) name = argz_next (names, names_len, name); } - vm_deallocate (mach_task_self(), (vm_offset_t) free, nfree * sizeof(*free)); - vm_deallocate (mach_task_self(), (vm_offset_t) size, nsize * sizeof(*size)); + vm_deallocate (mach_task_self(), (vm_offset_t) free, nfree * sizeof (*free)); + vm_deallocate (mach_task_self(), (vm_offset_t) size, nsize * sizeof (*size)); vm_deallocate (mach_task_self(), (vm_offset_t) names, names_len); out: -- cgit v1.2.3