From d065af8c16bcb8ef54024c0f2082d827f83f37f9 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 12 Feb 2024 00:47:41 -0700 Subject: add clang-format --- src/harness_adapter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/harness_adapter.c') 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( -- cgit