summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PixelShaderGen.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-29 21:21:37 -0400
committerLioncash <mathew1800@gmail.com>2019-05-29 22:03:02 -0400
commit8537f8e09533b9940c126a03d9f52682155e17cd (patch)
treef03eeca368343d6ffb1ab1b55fff9dc215954a99 /Source/Core/VideoCommon/PixelShaderGen.cpp
parent45934dd0c5f90762cf467b5b7042cfb34c732102 (diff)
VideoCommon/PixelShaderGen: Fix up wonky comment formatting
This is likely a remnant of the initial transition to clang-format.
Diffstat (limited to 'Source/Core/VideoCommon/PixelShaderGen.cpp')
-rw-r--r--Source/Core/VideoCommon/PixelShaderGen.cpp3
1 files changed, 1 insertions, 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<const char*, 4> 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()
{