mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-05 23:30:25 +00:00
cmRST: Fix typo in comment
This commit is contained in:
@@ -211,7 +211,7 @@ void cmRST::ProcessLine(std::string const& line)
|
|||||||
this->NormalLine(line);
|
this->NormalLine(line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// An explicit markup start followed nothing but whitespace and a
|
// An explicit markup start followed by nothing but whitespace and a
|
||||||
// blank line does not consume any indented text following.
|
// blank line does not consume any indented text following.
|
||||||
else if (this->MarkupType == Markup::Empty && line.empty()) {
|
else if (this->MarkupType == Markup::Empty && line.empty()) {
|
||||||
this->NormalLine(line);
|
this->NormalLine(line);
|
||||||
|
|||||||
Reference in New Issue
Block a user