From b096078c282af7233062ba242a213e6f5574cfb1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 23 May 2022 20:40:53 +0300 Subject: switch from clang-format to uncrustify The output is close enough, and I like that uncrustify is a third-party tool, so people can install a single tool for formatting instead of having to lug around a whole toolchain. I fully expect to have to add settings to uncrustify.conf, but let's see how this goes. --- lib/ubsan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ubsan.c') diff --git a/lib/ubsan.c b/lib/ubsan.c index 8b103df..0d92fb7 100644 --- a/lib/ubsan.c +++ b/lib/ubsan.c @@ -109,7 +109,8 @@ void __ubsan_handle_pointer_overflow(struct tu_overflow_data *data) tu_print_location("pointer overflow", data->location); } -void __ubsan_handle_shift_out_of_bounds(struct tu_shift_out_of_bounds_data *data) +void __ubsan_handle_shift_out_of_bounds( + struct tu_shift_out_of_bounds_data *data) { tu_print_location("shift out of bounds", data->location); } -- cgit v1.3