From 2d801f2bec3c4de663f33b0f0f198a12f09ef989 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Mon, 11 Mar 2013 06:56:51 +0000 Subject: Another big code clean-up patch from Bastien Montagne, thanks again! --- .../blender/freestyle/intern/view_map/GridDensityProvider.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/freestyle/intern/view_map/GridDensityProvider.h') diff --git a/source/blender/freestyle/intern/view_map/GridDensityProvider.h b/source/blender/freestyle/intern/view_map/GridDensityProvider.h index 5fe7d095358..930bb0af200 100644 --- a/source/blender/freestyle/intern/view_map/GridDensityProvider.h +++ b/source/blender/freestyle/intern/view_map/GridDensityProvider.h @@ -93,8 +93,8 @@ public: } } if (G.debug & G_DEBUG_FREESTYLE) { - cout << "Proscenium: (" << proscenium[0] << ", " << proscenium[1] << ", " << proscenium[2] - << ", " << proscenium[3] << ")" << endl; + cout << "Proscenium: (" << proscenium[0] << ", " << proscenium[1] << ", " << proscenium[2] << + ", " << proscenium[3] << ")" << endl; } } @@ -118,8 +118,8 @@ public: proscenium[3] = std::max(minPoint[1], maxPoint[1]); if (G.debug & G_DEBUG_FREESTYLE) { cout << "Bounding box: " << minPoint << " to " << maxPoint << endl; - cout << "Proscenium : " << proscenium[0] << ", " << proscenium[1] << ", " << proscenium[2] << ", " - << proscenium[3] << endl; + cout << "Proscenium : " << proscenium[0] << ", " << proscenium[1] << ", " << proscenium[2] << ", " << + proscenium[3] << endl; } } @@ -133,8 +133,8 @@ protected: class GridDensityProviderFactory { // Disallow copying and assignment - GridDensityProviderFactory (const GridDensityProviderFactory& other); - GridDensityProviderFactory& operator= (const GridDensityProviderFactory& other); + GridDensityProviderFactory(const GridDensityProviderFactory& other); + GridDensityProviderFactory& operator=(const GridDensityProviderFactory& other); public: GridDensityProviderFactory() {} -- cgit v1.2.3