From 3e84c12de4a610612781cfce90869f757cfe2f41 Mon Sep 17 00:00:00 2001 From: kmather73 Date: Sun, 16 Dec 2018 23:37:55 -0800 Subject: [PATCH] two more white spaces for the Clang formatting. --- src/video_core/gpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp index b57f68125f..e45f7b4a9b 100644 --- a/src/video_core/gpu.cpp +++ b/src/video_core/gpu.cpp @@ -241,7 +241,7 @@ void GPU::CallPullerMethod(const MethodCall& method_call) { } default: LOG_ERROR(HW_GPU, "Special puller engine method {:X} not implemented", - static_cast(method)); + static_cast(method)); break; } }