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 --- libdhcp/include/libdhcp/dhcp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdhcp/include') diff --git a/libdhcp/include/libdhcp/dhcp.h b/libdhcp/include/libdhcp/dhcp.h index aae4a4d..660e154 100644 --- a/libdhcp/include/libdhcp/dhcp.h +++ b/libdhcp/include/libdhcp/dhcp.h @@ -1,4 +1,4 @@ -/* libdhcp/dhcp.c - A DHCP client +/* libdhcp/dhcp.h - A DHCP client * * Copyright (C) 2024 Luke T. Shumaker * SPDX-Licence-Identifier: AGPL-3.0-or-later @@ -155,4 +155,4 @@ void xhandle(uint8_t opt_typ, uint8_t opt_len, uint8_t *opt_dat) { } } -#endif /* _LIBDHCP_DHCP_H_ */ +#endif /* _LIBDHCP_DHCP_H_ */ -- cgit v1.2.3-2-g168b