diff options
author | barthess <barthess@yandex.ru> | 2015-10-15 10:51:44 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-10-15 10:51:44 +0300 |
commit | 756788580ecbb890c378eaa0e0196d0ea53c4fb2 (patch) | |
tree | 506a7ef8489d450d02ea6754f305a3e6d4ebfb3f /os/various | |
parent | bf7d3ef855907657a9a22f09721c2d910575c455 (diff) | |
download | ChibiOS-Contrib-756788580ecbb890c378eaa0e0196d0ea53c4fb2.tar.gz ChibiOS-Contrib-756788580ecbb890c378eaa0e0196d0ea53c4fb2.tar.bz2 ChibiOS-Contrib-756788580ecbb890c378eaa0e0196d0ea53c4fb2.zip |
Memtest. Cosmetical cleanup.
Diffstat (limited to 'os/various')
-rw-r--r-- | os/various/memtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |