aboutsummaryrefslogtreecommitdiff
path: root/lib/ubsan.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ubsan.c')
-rw-r--r--lib/ubsan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ubsan.c b/lib/ubsan.c
index d3e363e..191787a 100644
--- a/lib/ubsan.c
+++ b/lib/ubsan.c
@@ -226,7 +226,8 @@ void __ubsan_handle_pointer_overflow(const struct overflow_data *data)
*
* @param data Out of bounds information, generated by the compiler.
*/
-void __ubsan_handle_shift_out_of_bounds(const struct shift_out_of_bounds_data *data)
+void __ubsan_handle_shift_out_of_bounds(
+ const struct shift_out_of_bounds_data *data)
{
print_location("shift out of bounds", data->location);
}