From 931331146096671e00bf4e0592b5982bda49470d Mon Sep 17 00:00:00 2001 From: Jack May Date: Fri, 8 Jan 2021 16:00:45 -0800 Subject: [PATCH] whitespace --- programs/bpf/c/src/invoked/instruction.h | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/bpf/c/src/invoked/instruction.h b/programs/bpf/c/src/invoked/instruction.h index 9ec6b7b9f8b8aa..69e0dfa1c1d944 100644 --- a/programs/bpf/c/src/invoked/instruction.h +++ b/programs/bpf/c/src/invoked/instruction.h @@ -12,4 +12,3 @@ const uint8_t VERIFY_WRITER = 4; const uint8_t VERIFY_PRIVILEGE_ESCALATION = 5; const uint8_t NESTED_INVOKE = 6; const uint8_t RETURN_OK = 7; -