From 56c9688f15528c2a0734e707b3ff9eeea2b1fc8b Mon Sep 17 00:00:00 2001 From: Jacek Olesiak Date: Tue, 6 Feb 2018 12:12:00 +0000 Subject: [PATCH] Test commit - fixing a comment. Summary: A test commit. Reviewers: krasimir, benhamilton Reviewed By: krasimir Subscribers: klimek, cfe-commits Differential Revision: https://reviews.llvm.org/D42901 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324338 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Format/ContinuationIndenter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Format/ContinuationIndenter.h b/lib/Format/ContinuationIndenter.h index c257ded0eb..bb2b7320fd 100644 --- a/lib/Format/ContinuationIndenter.h +++ b/lib/Format/ContinuationIndenter.h @@ -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 { -- 2.50.1