From 6ece4e20acd943b49b05a36f14594ad7413c1897 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 27 Mar 2025 14:35:29 -0400 Subject: remove trailing whitespace --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 437b355..9dc4357 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ build: fmt: clang-format -i $(shell find -type f -name "*.[ch]") + sed -i 's/[ \t]*$$//' $(shell find -type f -name "*.[chS]" -or -name "*.ld") bin/boot.bin: build cd bin && \ -- cgit v1.2.3-freya