From ef7bc5b251eedab3dbe9b3e5c3e815e55c3fd875 Mon Sep 17 00:00:00 2001 From: Chih-Min Chao Date: Tue, 21 Oct 2025 00:01:51 -0700 Subject: [PATCH] softfloat: indent should be tab Signed-off-by: Chih-Min Chao --- softfloat/softfloat.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softfloat/softfloat.mk.in b/softfloat/softfloat.mk.in index bc052b9f..44a5b810 100644 --- a/softfloat/softfloat.mk.in +++ b/softfloat/softfloat.mk.in @@ -14,7 +14,7 @@ softfloat_c_srcs = \ bf16_cmp.c \ bf16_classify.c \ bf16_to_e4m3.c \ - bf16_to_e5m2.c \ + bf16_to_e5m2.c \ bf16_to_f32.c \ bf16_to_f64.c \ bf16_to_i8.c \