Skip to content

Commit dcdee9f

Browse files
committed
Format.h: remove spurious blank comment line
1 parent 0e49075 commit dcdee9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Format/Format.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2563,7 +2563,6 @@ struct FormatStyle {
25632563
/// (e.g. a type or variable name), clang-format formats as if the ``{}`` were
25642564
/// the parentheses of a function call with that name. If there is no name,
25652565
/// a zero-length name is assumed.
2566-
///
25672566
/// \code
25682567
/// true: false:
25692568
/// vector<int> x{1, 2, 3, 4}; vs. vector<int> x{ 1, 2, 3, 4 };

0 commit comments

Comments
 (0)