diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2024-02-12 00:47:41 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2024-02-12 00:47:41 -0700 |
commit | d065af8c16bcb8ef54024c0f2082d827f83f37f9 (patch) | |
tree | 2f9bf7bab530858d48d42a305d7c030bebd79002 /src | |
parent | bfcdd442de82eb0e554b0e6b21aedad6615f4367 (diff) | |
download | wetterhorn-d065af8c16bcb8ef54024c0f2082d827f83f37f9.tar.gz wetterhorn-d065af8c16bcb8ef54024c0f2082d827f83f37f9.tar.bz2 wetterhorn-d065af8c16bcb8ef54024c0f2082d827f83f37f9.zip |
add clang-format
Diffstat (limited to 'src')
-rw-r--r-- | src/harness_adapter.c | 4 |
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( |