More style.

This commit is contained in:
Ben Vanik
2015-08-07 21:29:03 -07:00
parent 14beb27ebc
commit a92566dfc5
131 changed files with 1141 additions and 1056 deletions

View File

@@ -7,8 +7,8 @@
******************************************************************************
*/
#ifndef XENIA_KERNEL_MODULE_H_
#define XENIA_KERNEL_MODULE_H_
#ifndef XENIA_KERNEL_XBOXKRNL_MODULE_H_
#define XENIA_KERNEL_XBOXKRNL_MODULE_H_
#include <memory>
@@ -41,4 +41,4 @@ class XboxkrnlModule : public XKernelModule {
} // namespace kernel
} // namespace xe
#endif // XENIA_KERNEL_MODULE_H_
#endif // XENIA_KERNEL_XBOXKRNL_MODULE_H_