From 3ac9b9e258cfd7134fa5243c570aad7804c39ba8 Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Mon, 8 Jul 2013 14:34:09 +0000 Subject: Reformat clang-format's source files after r185822 and others. llvm-svn: 185823 --- clang/lib/Format/WhitespaceManager.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'clang/lib/Format/WhitespaceManager.h') diff --git a/clang/lib/Format/WhitespaceManager.h b/clang/lib/Format/WhitespaceManager.h index 11167fa4c3c..9ca34806374 100644 --- a/clang/lib/Format/WhitespaceManager.h +++ b/clang/lib/Format/WhitespaceManager.h @@ -75,11 +75,11 @@ private: struct Change { /// \brief Functor to sort changes in original source order. class IsBeforeInFile { - public: + public: IsBeforeInFile(const SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} bool operator()(const Change &C1, const Change &C2) const; - private: + private: const SourceManager &SourceMgr; }; @@ -126,7 +126,6 @@ private: unsigned TokenLength; unsigned PreviousEndOfTokenColumn; unsigned EscapedNewlineColumn; - }; /// \brief Calculate \c IsTrailingComment, \c TokenLength for the last tokens -- cgit v1.2.3