summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Utility/Inputs/TestModule.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/Utility/Inputs/TestModule.c')
-rw-r--r--lldb/unittests/Utility/Inputs/TestModule.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/lldb/unittests/Utility/Inputs/TestModule.c b/lldb/unittests/Utility/Inputs/TestModule.c
index 12374e1f7c6..6347f726494 100644
--- a/lldb/unittests/Utility/Inputs/TestModule.c
+++ b/lldb/unittests/Utility/Inputs/TestModule.c
@@ -1,10 +1,9 @@
// Compile with $CC -nostdlib -shared TestModule.c -o TestModule.so
-// The actual contents of the test module is not important here. I am using this because it
+// The actual contents of the test module is not important here. I am using this
+// because it
// produces an extremely tiny (but still perfectly valid) module.
-void
-boom(void)
-{
- char *BOOM;
- *BOOM = 47;
+void boom(void) {
+ char *BOOM;
+ *BOOM = 47;
}
OpenPOWER on IntegriCloud