diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-12-29 10:00:34 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-12-29 10:00:34 -0500 |
commit | e85f0c650c0509ceff777d0a7fafd6c953604ad8 (patch) | |
tree | 519327dc8872d86669392983c2e2b2459d1c777c /src/common/testsupport.h | |
parent | 4d6a971ba94f22a86577840cdf1b4935cd445a9b (diff) | |
parent | de432d55657ee124bce0e9a4d5f5842088e2e13b (diff) | |
download | tor-e85f0c650c0509ceff777d0a7fafd6c953604ad8.tar.gz tor-e85f0c650c0509ceff777d0a7fafd6c953604ad8.zip |
Merge branch 'resolvemyaddr_squashed'
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)) * { * ... * } |