Test commit - fixing a comment.
authorJacek Olesiak <jolesiak@google.com>
Tue, 6 Feb 2018 12:12:00 +0000 (12:12 +0000)
committerJacek Olesiak <jolesiak@google.com>
Tue, 6 Feb 2018 12:12:00 +0000 (12:12 +0000)
Summary: A test commit.

Reviewers: krasimir, benhamilton

Reviewed By: krasimir

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D42901

llvm-svn: 324338

clang/lib/Format/ContinuationIndenter.h

index c257ded..bb2b732 100644 (file)
@@ -314,8 +314,8 @@ struct ParenState {
   /// the same token.
   bool HasMultipleNestedBlocks : 1;
 
-  // \brief The start of a nested block (e.g. lambda introducer in C++ or
-  // "function" in JavaScript) is not wrapped to a new line.
+  /// \brief The start of a nested block (e.g. lambda introducer in C++ or
+  /// "function" in JavaScript) is not wrapped to a new line.
   bool NestedBlockInlined : 1;
 
   bool operator<(const ParenState &Other) const {