Add trailing newline.
git-svn-id: http://www.cdkersey.com/harp/harptool@125 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
@@ -57,7 +57,7 @@ int main(int argc, char** argv) {
|
|||||||
if (in.eof()) break;
|
if (in.eof()) break;
|
||||||
}
|
}
|
||||||
|
|
||||||
out << "END;";
|
out << "END;\n";
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user