Remove empty lines at EOF

This commit is contained in:
Sho Iizuka
2018-01-16 18:11:05 +09:00
parent 5383e3400a
commit 13951d6459

View File

@@ -172,5 +172,3 @@ bool WriteObj(const std::string& filename, const std::vector<tinyobj::shape_t>&
return ret;
}