From 416e21bceef23e69226dd74e8f87816ad5b9adf4 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Wed, 8 Jun 2022 07:16:29 +0300 Subject: [PATCH] Add header guard comment --- tap/tlstapper/bpf/include/go_abi_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap/tlstapper/bpf/include/go_abi_internal.h b/tap/tlstapper/bpf/include/go_abi_internal.h index 544da0a5f..9201573a3 100644 --- a/tap/tlstapper/bpf/include/go_abi_internal.h +++ b/tap/tlstapper/bpf/include/go_abi_internal.h @@ -123,4 +123,4 @@ https://github.com/golang/go/blob/go1.17.6/src/cmd/compile/internal/ssa/gen/PPC6 #endif -#endif +#endif /* __GOLANG_ABI_INTERNAL__ */