Skip to content

Commit 90d2291

Browse files
committed
[NFC] Fix comment.
The extra space causes the table to render incorrectly in doxygen.
1 parent 06e4259 commit 90d2291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Lambda.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum LambdaCaptureDefault {
3232
/// is an expression.
3333
enum LambdaCaptureKind {
3434
LCK_This, ///< Capturing the \c *this object by reference
35-
LCK_StarThis, /// < Capturing the \c *this object by copy
35+
LCK_StarThis, ///< Capturing the \c *this object by copy
3636
LCK_ByCopy, ///< Capturing by copy (a.k.a., by value)
3737
LCK_ByRef, ///< Capturing by reference
3838
LCK_VLAType ///< Capturing variable-length array type

0 commit comments

Comments
 (0)