]> granicus.if.org Git - clang/commitdiff
[NFC] test commit removing excess line
authorNikolai Kosjar <nikolai.kosjar@qt.io>
Thu, 25 Apr 2019 08:14:39 +0000 (08:14 +0000)
committerNikolai Kosjar <nikolai.kosjar@qt.io>
Thu, 25 Apr 2019 08:14:39 +0000 (08:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359172 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/CIndex.cpp

index 46e6340d66ddea940f3465991b5011f61cf846d6..a5a8998f613f0e8c1fc1f2af6716dd26b791d6a1 100644 (file)
@@ -171,7 +171,6 @@ CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
 static SourceRange getRawCursorExtent(CXCursor C);
 static SourceRange getFullCursorExtent(CXCursor C, SourceManager &SrcMgr);
 
-
 RangeComparisonResult CursorVisitor::CompareRegionOfInterest(SourceRange R) {
   return RangeCompare(AU->getSourceManager(), R, RegionOfInterest);
 }