diff options
Diffstat (limited to 'src/common/testsupport.h')
-rw-r--r-- | src/common/testsupport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/testsupport.h b/src/common/testsupport.h index 2610086700..92de5a2ec9 100644 --- a/src/common/testsupport.h +++ b/src/common/testsupport.h @@ -20,8 +20,8 @@ * * and implement it as: * - * MOCK_IMPL(void - * writebuf,(size_t n, char *buf) + * MOCK_IMPL(void, + * writebuf,(size_t n, char *buf)) * { * ... * } |