aboutsummaryrefslogtreecommitdiff
path: root/src/harness_adapter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/harness_adapter.c')
-rw-r--r--src/harness_adapter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/harness_adapter.c b/src/harness_adapter.c
index 3223251..9684921 100644
--- a/src/harness_adapter.c
+++ b/src/harness_adapter.c
@@ -21,8 +21,8 @@ static const char msg[] =
"That will allow you to see how this compositor works in all its glory!\n";
static const int msg_sz = sizeof(msg);
-
-__attribute__((naked)) void _start() {
+__attribute__((naked)) void _start()
+{
// Make system call to print the message
asm(