Fixing style.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user