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