Fixing style.

This commit is contained in:
Ben Vanik 2015-11-21 19:07:07 -08:00
parent c53591dc54
commit b750875e9d
2 changed files with 5 additions and 4 deletions

View File

@ -596,7 +596,8 @@ bool CommandProcessor::ExecutePacketType3(RingbufferReader* reader,
break;
default:
XELOGGPU("Not Implemented GPU OPCODE: 0x%X\t\tCOUNT: %d\n", opcode, count);
XELOGGPU("Not Implemented GPU OPCODE: 0x%X\t\tCOUNT: %d\n", opcode,
count);
reader->Skip(count);
break;
}