summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.h
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2017-09-20 09:51:03 +0000
committerManuel Klimek <klimek@google.com>2017-09-20 09:51:03 +0000
commit89628f641407c2b03899509b9a3317f792f634c3 (patch)
treedda83cde576171a7bbce3f6ebec6d7919c3f22f2 /clang/lib/Format/UnwrappedLineParser.h
parent33ec43d653093d7dea3c2d5eefe82e73f67a8f12 (diff)
downloadbcm5719-llvm-89628f641407c2b03899509b9a3317f792f634c3.tar.gz
bcm5719-llvm-89628f641407c2b03899509b9a3317f792f634c3.zip
clang-format clang-format.
llvm-svn: 313744
Diffstat (limited to 'clang/lib/Format/UnwrappedLineParser.h')
-rw-r--r--clang/lib/Format/UnwrappedLineParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/lib/Format/UnwrappedLineParser.h b/clang/lib/Format/UnwrappedLineParser.h
index a4b5576f92d..4437ccf28db 100644
--- a/clang/lib/Format/UnwrappedLineParser.h
+++ b/clang/lib/Format/UnwrappedLineParser.h
@@ -262,8 +262,9 @@ struct UnwrappedLineNode {
SmallVector<UnwrappedLine, 0> Children;
};
-inline UnwrappedLine::UnwrappedLine() : Level(0), InPPDirective(false),
- MustBeDeclaration(false), MatchingOpeningBlockLineIndex(kInvalidIndex) {}
+inline UnwrappedLine::UnwrappedLine()
+ : Level(0), InPPDirective(false), MustBeDeclaration(false),
+ MatchingOpeningBlockLineIndex(kInvalidIndex) {}
} // end namespace format
} // end namespace clang
OpenPOWER on IntegriCloud