summaryrefslogtreecommitdiff
path: root/testing/hstox/util.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-06-04 12:07:43 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-06-04 12:07:43 +0000
commitb782ef5d8e2da0443f90edf3f14649402bb4a6fa (patch)
treefe425500b2a95b3db6adedcbb200faef1a0484ef /testing/hstox/util.h
parentcda770cfe174b24993946f82200126bdcca75c4d (diff)
Fix formatting and spelling in version-sync script.
Also some minor reformatting and fixes to the hstox sut driver.
Diffstat (limited to 'testing/hstox/util.h')
-rw-r--r--testing/hstox/util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/hstox/util.h b/testing/hstox/util.h
index c4095994..af096eb9 100644
--- a/testing/hstox/util.h
+++ b/testing/hstox/util.h
@@ -1,8 +1,7 @@
1#pragma once 1#pragma once
2 2
3#include <stdarg.h>
4
5#include <msgpack.h> 3#include <msgpack.h>
4#include <stdarg.h>
6 5
7#define check_return(err, expr) \ 6#define check_return(err, expr) \
8 __extension__({ \ 7 __extension__({ \