From 66eaaba9703bcb062d2078aede3b85c4a6f3a485 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 16 Jun 2022 20:40:01 +0300 Subject: small changed to formatting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d561e1..a647267 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ apos.bin: init.bin kernel.bin format: find arch lib common include -iname '*.[ch]' |\ - uncrustify -c uncrustify.conf --no-backup -F - + xargs -n 10 -P 0 uncrustify -c uncrustify.conf --no-backup -F - .PHONY: docs docs: -- cgit v1.3