The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/xrt/ipc/shared/proto.py
··· 89 89 f.write("\t" + arg.get_struct_field() + ";\n") 90 90 f.write("};\n") 91 91 92 - f.write("#pragma pack (pop)") 92 + f.write("#pragma pack (pop)\n") 93 93 94 94 f.close() 95 95