From 5f1470cdb336e41d18ce29375c7d51d7e561a32a Mon Sep 17 00:00:00 2001 From: Lolbot Date: Fri, 22 Mar 2013 20:05:56 +0000 Subject: [PATCH] fixed 7 files out of 2672: - removed 0 CR characters - removed 75 trailing whitespaces - replaced 0 tabs with spaces --- tutorial/12_voronoi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/12_voronoi.cpp b/tutorial/12_voronoi.cpp index 1630f72f..ce6fc05c 100644 --- a/tutorial/12_voronoi.cpp +++ b/tutorial/12_voronoi.cpp @@ -225,7 +225,7 @@ public: { Framebuffer *dst_buf; Framebuffer *src_buf; - + if (buf) { dst_buf = m_fbos[f].m1;