VideoCommon/PixelShaderGen: Fix up wonky comment formatting

This is likely a remnant of the initial transition to clang-format.
This commit is contained in:
Lioncash 2019-05-29 21:21:37 -04:00
parent 45934dd0c5
commit 8537f8e095
1 changed files with 1 additions and 2 deletions

View File

@ -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) // FIXME: Some of the video card's capabilities (BBox support, EarlyZ support, dstAlpha support)
// leak // leak into this UID; This is really unhelpful if these UIDs ever move from one machine to
// into this UID; This is really unhelpful if these UIDs ever move from one machine to
// another. // another.
PixelShaderUid GetPixelShaderUid() PixelShaderUid GetPixelShaderUid()
{ {