From 2842adeb987446a5a73299b3c7b1d6ef4509abe4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 1 Jul 2016 09:15:36 +0100 Subject: [PATCH] Fixed indentation --- src/osgPlugins/cfg/VisualChooser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/cfg/VisualChooser.cpp b/src/osgPlugins/cfg/VisualChooser.cpp index 8227a5b32..e8c38689f 100644 --- a/src/osgPlugins/cfg/VisualChooser.cpp +++ b/src/osgPlugins/cfg/VisualChooser.cpp @@ -23,7 +23,7 @@ using namespace osgProducer; VisualChooser::VisualChooser( void ) { - _visual_id = 0; + _visual_id = 0; _strictAdherence = false; }