From 1dad21650eb6fb3a4b9bba6c0ddd1402930163e2 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 26 Oct 2024 02:57:12 -0600 Subject: Lint for tabs-as-alignment --- Makefile | 7 +++++-- cmd/sbc_harness/hw/w5500.c | 22 +++++++++++---------- cmd/sbc_harness/hw/w5500_ll.h | 2 +- cmd/srv9p/gnet.c | 14 +++++++------- cmd/srv9p/main.c | 10 +++++----- lib9p/idl.gen | 2 +- lib9p/include/lib9p/9p.generated.h | 2 +- lib9p/include/lib9p/9p.h | 4 ++-- lib9p/internal.h | 24 +++++++++++------------ lib9p/map.h | 8 ++++---- lib9p/srv.c | 2 +- libcr/coroutine.c | 32 +++++++++++++++---------------- libcr_ipc/include/libcr_ipc/_linkedlist.h | 8 ++++---- libcr_ipc/include/libcr_ipc/select.h | 2 +- libcr_ipc/include/libcr_ipc/sema.h | 2 +- libdhcp/dhcp.c | 14 +++++++------- libdhcp/include/libdhcp/dhcp.h | 4 ++-- 17 files changed, 82 insertions(+), 77 deletions(-) diff --git a/Makefile b/Makefile index 417bd0c..0b22e66 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ lint/all: lint/%: -maxdepth 0 -type f | \ { r=0; while read -r filename; do \ if ! grep -q 'Copyright (C) 2024 Luke T. Shumaker' $$filename; then \ - echo "$$filename is missing a copyright statement"; r=1; continue; \ + echo "$$filename is missing a copyright statement"; r=1; \ fi; \ dscname=$$(sed -n '1,3{ /^#!/d; /^