aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/build
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-05-04 00:22:12 -0700
committerGravatar Yang Gao <yangg@google.com>2015-05-04 00:22:12 -0700
commitc71a9d2b56c8881bd076423d9c52f58fc822f6f7 (patch)
tree0e257b1f686cc9e89d25172ed6d9442bff167e4d /test/build
parentf7d05b572b229a78a08022e286f15fbb6b7266fd (diff)
clang-format
Diffstat (limited to 'test/build')
-rw-r--r--test/build/systemtap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/build/systemtap.c b/test/build/systemtap.c
index 66ff38ebd6..1997d5f17b 100644
--- a/test/build/systemtap.c
+++ b/test/build/systemtap.c
@@ -37,6 +37,4 @@
#error "_SYS_SDT_H not defined, despite <sys/sdt.h> being present."
#endif
-int main() {
- return 0;
-}
+int main() { return 0; }