Whitespace.

llvm-svn: 194680
This commit is contained in:
NAKAMURA Takumi 2013-11-14 07:08:49 +00:00
parent b155fa5fb5
commit 9439c528fe
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ bool Input::setCurrentDocument() {
void Input::nextDocument() {
++DocIterator;
}
bool Input::mapTag(StringRef Tag, bool Default) {
StringRef foundTag = CurrentNode->_node->getVerbatimTag();
if (foundTag.empty()) {