mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06:00
Add newline to the output.
This commit is contained in:
@@ -35,7 +35,7 @@ private:
|
||||
void ParseTranslationUnits()
|
||||
{
|
||||
this->TranslationUnits = TranslationUnitsType();
|
||||
ExpectOrDie('[', "at start of compile command file");
|
||||
ExpectOrDie('[', "at start of compile command file\n");
|
||||
do
|
||||
{
|
||||
ParseTranslationUnit();
|
||||
|
||||
Reference in New Issue
Block a user