From 67430358c2cc138a3bfb4a44c95cce7a7a3e620b Mon Sep 17 00:00:00 2001 From: Moses Turner Date: Mon, 1 Nov 2021 18:00:00 -0500 Subject: [PATCH] ipc: add a newline at the end of ipc_protocol_generated.h (NFC) --- src/xrt/ipc/shared/proto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrt/ipc/shared/proto.py b/src/xrt/ipc/shared/proto.py index cef0ad0da..f216d7c91 100755 --- a/src/xrt/ipc/shared/proto.py +++ b/src/xrt/ipc/shared/proto.py @@ -89,7 +89,7 @@ ipc_cmd_to_str(ipc_command_t id) f.write("\t" + arg.get_struct_field() + ";\n") f.write("};\n") - f.write("#pragma pack (pop)") + f.write("#pragma pack (pop)\n") f.close()