Fix clang-format

This commit is contained in:
Marshall Mohror 2020-06-20 14:03:04 -05:00 committed by GitHub
parent 485d64ae73
commit 372c653ec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -384,7 +384,7 @@ void RendererOpenGL::SwapBuffers() {
if (frame_dumper.IsDumping()) {
try {
RenderToMailbox(frame_dumper.GetLayout(), frame_dumper.mailbox, true);
} catch(const OGLTextureMailboxException& exception) {
} catch (const OGLTextureMailboxException& exception) {
LOG_DEBUG(Render_OpenGL, "Frame dumper exception caught: {}", exception.what());
}
}