# HG changeset patch # User John Tsiombikas # Date 1399546513 -10800 # Node ID 4b653386a1543d666a8fe704110eab6ddd195856 # Parent 9785847d52d4e780f3aa60a19847bfa281d364ad fixed newline diff -r 9785847d52d4 -r 4b653386a154 src/mesh.cc --- a/src/mesh.cc Thu May 08 13:43:45 2014 +0300 +++ b/src/mesh.cc Thu May 08 13:55:13 2014 +0300 @@ -228,22 +228,22 @@ { return material; } - -AABox Mesh::get_bounds(const Matrix4x4 &xform) const -{ - AABox bbox; - - for(size_t i=0; i bbox.bmax[j]) { - bbox.bmax[j] = v[j]; - } - } - } - return bbox; -} \ No newline at end of file + +AABox Mesh::get_bounds(const Matrix4x4 &xform) const +{ + AABox bbox; + + for(size_t i=0; i bbox.bmax[j]) { + bbox.bmax[j] = v[j]; + } + } + } + return bbox; +}