Add newline at end of file

This commit is contained in:
Andreas Fabri 2013-09-12 14:12:12 +02:00
parent 3f93665e03
commit 3d6ceb79bb
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ int main(void)
std::vector<Point>(points).swap(points);
return EXIT_SUCCESS;
}
}