aboutsummaryrefslogtreecommitdiff
path: root/procfs/rootdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'procfs/rootdir.c')
-rw-r--r--procfs/rootdir.c4
1 files changed, 2 insertions, 2 deletions
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: