Apply some lint n' stuff

This commit is contained in:
Dr. Chat
2015-06-27 22:43:33 -05:00
parent 8a6c620fe7
commit 944b39c51d
4 changed files with 31 additions and 13 deletions

View File

@@ -516,9 +516,8 @@ struct xex2_header {
struct xex2_loader_info {
xe::be<uint32_t> header_size;
xe::be<uint32_t> image_size;
};
} // namespace kernel
} // namespace xe
} // namespace kernel
} // namespace xe
#endif // XENIA_KERNEL_XEX2_INFO_H_