From 1e8697cd8094183a3f356bf8564284a31ffb89fc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Apr 2019 17:50:57 +1000 Subject: Cleanup: comments (long lines) in freestyle --- source/blender/freestyle/intern/view_map/SphericalGrid.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/freestyle/intern/view_map/SphericalGrid.cpp') diff --git a/source/blender/freestyle/intern/view_map/SphericalGrid.cpp b/source/blender/freestyle/intern/view_map/SphericalGrid.cpp index 1a7f01d288f..0c6e9741fbd 100644 --- a/source/blender/freestyle/intern/view_map/SphericalGrid.cpp +++ b/source/blender/freestyle/intern/view_map/SphericalGrid.cpp @@ -187,9 +187,9 @@ void SphericalGrid::distributePolygons(OccluderSource &source) } } catch (...) { - // If an exception was thrown, _faces.push_back() cannot have succeeded. Occluder is not owned by anyone, - // and must be deleted. If the exception was thrown before or during new OccluderData(), then - // occluder is NULL, and this delete is harmless. + // If an exception was thrown, _faces.push_back() cannot have succeeded. Occluder is not + // owned by anyone, and must be deleted. If the exception was thrown before or during new + // OccluderData(), then occluder is NULL, and this delete is harmless. delete occluder; throw; } -- cgit v1.2.3