summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2016-08-11 21:14:39 +0200
committerLéo Lam <leo@innovatetechnologi.es>2016-08-11 21:14:39 +0200
commitc1184957a5ca520cdc5b117ed78a7c601c924cd2 (patch)
tree0fd35aecfcee28b09b83a54e1a5e964f817d715e /Source/Core/VideoCommon/RenderBase.cpp
parent1fe31f6f19bfb861dcb038d1c5cac257660a4f9c (diff)
Run clang-format on missed files
`clang-format`s files that lint missed because of the bug. Fortunately, not much.
Diffstat (limited to 'Source/Core/VideoCommon/RenderBase.cpp')
-rw-r--r--Source/Core/VideoCommon/RenderBase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/RenderBase.cpp b/Source/Core/VideoCommon/RenderBase.cpp
index a8911a7cdd..fade0d00b9 100644
--- a/Source/Core/VideoCommon/RenderBase.cpp
+++ b/Source/Core/VideoCommon/RenderBase.cpp
@@ -312,9 +312,9 @@ void Renderer::DrawDebugText()
{
final_cyan += StringFromFormat("Frame: %llu", (unsigned long long)Movie::GetCurrentFrame());
if (Movie::IsPlayingInput())
- final_cyan +=
- StringFromFormat("\nInput: %llu / %llu", (unsigned long long)Movie::GetCurrentInputCount(),
- (unsigned long long)Movie::GetTotalInputCount());
+ final_cyan += StringFromFormat("\nInput: %llu / %llu",
+ (unsigned long long)Movie::GetCurrentInputCount(),
+ (unsigned long long)Movie::GetTotalInputCount());
}
final_cyan += "\n";