From b033314bf1901d436dc71d41d5e1f37dda47e511 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Thu, 12 Dec 2024 16:03:08 +0100 Subject: formatting: Use clang-format on all projects This commit also add braces to all `if` statements. --- meta/userland.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/userland.sh') diff --git a/meta/userland.sh b/meta/userland.sh index 2307f02..b38ae4a 100755 --- a/meta/userland.sh +++ b/meta/userland.sh @@ -59,4 +59,5 @@ ln -s ./minibox ./rdate ln -s ./minibox ./sh ln -s ./minibox ./true ln -s ./minibox ./false +ln -s ./minibox ./lock cd .. -- cgit v1.2.3