Fixing formatting.

This commit is contained in:
Ben Vanik 2015-07-28 00:32:01 -07:00
parent ad9472e60b
commit e01c2ac98d
2 changed files with 6 additions and 7 deletions

View File

@ -241,8 +241,7 @@ uint8_t* XObject::CreateNative(uint32_t size) {
auto header = memory()->TranslateVirtual<X_OBJECT_HEADER*>(mem);
auto object_type =
memory()->SystemHeapAlloc(sizeof(X_OBJECT_TYPE));
auto object_type = memory()->SystemHeapAlloc(sizeof(X_OBJECT_TYPE));
if (object_type) {
// Set it up in the header.
// Some kernel method is accessing this struct and dereferencing a member