Skip to content

Commit

Permalink
[clang-format] NFC remove incorrect whitespace causing documentation …
Browse files Browse the repository at this point in the history
…issue
  • Loading branch information
mydeveloperday committed Sep 9, 2022
1 parent 8901f7c commit 28bd794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Format/Format.h
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ struct FormatStyle {
/// Change specifiers/qualifiers to be aligned based on ``QualifierOrder``.
/// With:
/// \code{.yaml}
/// QualifierOrder: ['inline', 'static' , 'type', 'const']
/// QualifierOrder: ['inline', 'static', 'type', 'const']
/// \endcode
///
/// \code
Expand Down

0 comments on commit 28bd794

Please sign in to comment.