Skip to content

Commit

Permalink
Update lib/dfdutils/dfd.h
Browse files Browse the repository at this point in the history
Remove excess space.

Co-authored-by: Andrew Garrard <[email protected]>
  • Loading branch information
MarkCallow and fluppeteer authored Mar 18, 2024
1 parent e2cec75 commit 87c55c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dfdutils/dfd.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enum VkSuffix {
s_SINT, /*!< Signed integer format. */
s_SFLOAT, /*!< Signed float format. */
s_UFLOAT, /*!< Unsigned float format. */
s_SRGB, /*!< sRGB normalized format. */
s_SRGB, /*!< sRGB normalized format. */
s_S10_5 /*!< 2's complement fixed-point; 5 fractional bits. */
};

Expand Down

0 comments on commit 87c55c2

Please sign in to comment.