Skip to content

Commit

Permalink
Minor whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jan 26, 2015
1 parent beefe7a commit beef9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/InputProcessor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ namespace InputProcessor {
NumLines = 0;

DoingInputProcessing = true;
gio::write( EchoInputFile, fmtLD ) << " Processing Data Dictionary ("+inputIddFileName+") File -- Start";
gio::write( EchoInputFile, fmtLD ) << " Processing Data Dictionary (" + inputIddFileName + ") File -- Start";
DisplayString( "Processing Data Dictionary" );
ProcessingIDD = true;
ProcessDataDicFile( idd_stream, ErrorsInIDD );
Expand Down

7 comments on commit beef9e8

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1581 of 1586 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1586 of 1592 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Coverage Too Low

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (1586 of 1592 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1277852-CommandLineInterface (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (1586 of 1592 tests passed)

Build Badge Test Badge

Please sign in to comment.