From 756788580ecbb890c378eaa0e0196d0ea53c4fb2 Mon Sep 17 00:00:00 2001 From: barthess Date: Thu, 15 Oct 2015 10:51:44 +0300 Subject: Memtest. Cosmetical cleanup. --- os/various/memtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/various/memtest.cpp b/os/various/memtest.cpp index 090d602..ef14a52 100644 --- a/os/various/memtest.cpp +++ b/os/various/memtest.cpp @@ -230,7 +230,7 @@ static void moving_inversion_rand(memtest_t *testp) { * */ static void memtest_wrapper(memtest_t *testp, - void (*p_u8)(memtest_t *testp), + void (*p_u8) (memtest_t *testp), void (*p_u16)(memtest_t *testp), void (*p_u32)(memtest_t *testp), void (*p_u64)(memtest_t *testp)) { -- cgit v1.2.3