From 8537f8e09533b9940c126a03d9f52682155e17cd Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 29 May 2019 21:21:37 -0400 Subject: [PATCH] VideoCommon/PixelShaderGen: Fix up wonky comment formatting This is likely a remnant of the initial transition to clang-format. --- Source/Core/VideoCommon/PixelShaderGen.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/VideoCommon/PixelShaderGen.cpp b/Source/Core/VideoCommon/PixelShaderGen.cpp index 4dedf1b47b..4860422bbe 100644 --- a/Source/Core/VideoCommon/PixelShaderGen.cpp +++ b/Source/Core/VideoCommon/PixelShaderGen.cpp @@ -167,8 +167,7 @@ constexpr std::array tev_a_output_table{ }; // FIXME: Some of the video card's capabilities (BBox support, EarlyZ support, dstAlpha support) -// leak -// into this UID; This is really unhelpful if these UIDs ever move from one machine to +// leak into this UID; This is really unhelpful if these UIDs ever move from one machine to // another. PixelShaderUid GetPixelShaderUid() {