diff options
Diffstat (limited to 'libs/round-page.c')
-rw-r--r-- | libs/round-page.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/round-page.c b/libs/round-page.c index 15af2d297..b2daaf445 100644 --- a/libs/round-page.c +++ b/libs/round-page.c @@ -2,7 +2,7 @@ #include <mach/vm_param.h> vm_offset_t -helper_round_page(vm_offset_t address) +helper_round_page (vm_offset_t address) { - return round_page(address); + return round_page (address); } |