summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/BreakableToken.h
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-07-08 14:34:09 +0000
committerDaniel Jasper <djasper@google.com>2013-07-08 14:34:09 +0000
commit3ac9b9e258cfd7134fa5243c570aad7804c39ba8 (patch)
treeaebc05b11379a86aa4991efeeb462b6f9e30695d /clang/lib/Format/BreakableToken.h
parentee7539a387eb71f76eb4ea241ad1ce2b6078db89 (diff)
downloadbcm5719-llvm-3ac9b9e258cfd7134fa5243c570aad7804c39ba8.tar.gz
bcm5719-llvm-3ac9b9e258cfd7134fa5243c570aad7804c39ba8.zip
Reformat clang-format's source files after r185822 and others.
llvm-svn: 185823
Diffstat (limited to 'clang/lib/Format/BreakableToken.h')
-rw-r--r--clang/lib/Format/BreakableToken.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Format/BreakableToken.h b/clang/lib/Format/BreakableToken.h
index afcc8b83a53..90b78ac03a7 100644
--- a/clang/lib/Format/BreakableToken.h
+++ b/clang/lib/Format/BreakableToken.h
@@ -48,8 +48,8 @@ public:
/// specified from the start of the (original) line.
/// \p Length can be set to StringRef::npos, which means "to the end of line".
virtual unsigned
- getLineLengthAfterSplit(unsigned LineIndex, unsigned Offset,
- StringRef::size_type Length) const = 0;
+ getLineLengthAfterSplit(unsigned LineIndex, unsigned Offset,
+ StringRef::size_type Length) const = 0;
/// \brief Returns a range (offset, length) at which to break the line at
/// \p LineIndex, if previously broken at \p TailOffset. If possible, do not
OpenPOWER on IntegriCloud