no-trailing-spaces.patch 317 B

1234567891011
  1. --- a/cdipgoto.cpp
  2. +++ b/cdipgoto.cpp
  3. @@ -293,7 +293,7 @@ std::ostream &IpGotoCodeGen::EXIT_STATES()
  4. if ( st->outNeeded ) {
  5. testEofUsed = true;
  6. out << " _test_eof" << st->id << ": " << vCS() << " = " <<
  7. - st->id << "; goto _test_eof; \n";
  8. + st->id << "; goto _test_eof;\n";
  9. }
  10. }
  11. return out;