mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Add trailing newline.
git-svn-id: http://www.cdkersey.com/harp/harptool@125 0246edb2-e076-4747-b392-db732a341fa2
This commit is contained in:
parent
d6e8108f24
commit
c303afa0a2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ int main(int argc, char** argv) {
|
|||
if (in.eof()) break;
|
||||
}
|
||||
|
||||
out << "END;";
|
||||
out << "END;\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue