diff options
author | Anton Kling <anton@kling.gg> | 2024-02-21 19:41:51 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2024-02-21 19:41:51 +0100 |
commit | 6c9cb0bd8ceb039ce387c850e25adc6f99cfcd6f (patch) | |
tree | 41ceaa1c30b1f93adf4469064eb5e5f3bb18661c /.clang-format | |
parent | 8ff63b062d724826d8017504063df9b92f8e6703 (diff) |
Kerenel: Cleanup halt checking code
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index e3069b9..1736667 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,2 @@ BasedOnStyle: llvm AllowShortFunctionsOnASingleLine: None -InsertBraces: true |