mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
cmRST: Fix typo in comment
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ void cmRST::ProcessLine(std::string const& 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.
|
||||
else if (this->MarkupType == Markup::Empty && line.empty()) {
|
||||
this->NormalLine(line);
|
||||
|
||||
Reference in New Issue
Block a user