ipc: add a newline at the end of ipc_protocol_generated.h (NFC)

This commit is contained in:
Moses Turner 2021-11-01 18:00:00 -05:00
parent c67587c066
commit 67430358c2

View file

@ -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()