Fix clang-format

This commit is contained in:
FearlessTobi 2019-09-22 02:21:56 +02:00
parent 366e900376
commit 01fc969a5f
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ void Fermi2D::CallMethod(const GPU::MethodCall& method_call) {
void Fermi2D::HandleSurfaceCopy() {
LOG_DEBUG(HW_GPU, "Requested a surface copy with operation {}",
static_cast<u32>(regs.operation));
static_cast<u32>(regs.operation));
// TODO(Subv): Only raw copies are implemented.
ASSERT(regs.operation == Operation::SrcCopy);