Index: /OpenSceneGraph/trunk/src/osgPlugins/3ds/WriterNodeVisitor.h
===================================================================
--- /OpenSceneGraph/trunk/src/osgPlugins/3ds/WriterNodeVisitor.h (revision 10853)
+++ /OpenSceneGraph/trunk/src/osgPlugins/3ds/WriterNodeVisitor.h (revision 10945)
@@ -48,5 +48,6 @@
 typedef std::vector<std::pair<Triangle, int> > ListTriangle; //the int is the drawable of the triangle
 
-class WriterNodeVisitor: public osg::NodeVisitor {
+class WriterNodeVisitor: public osg::NodeVisitor
+{
 
     public:
@@ -139,5 +140,5 @@
             bool operator()(const osg::ref_ptr<osg::StateSet>& ss1, const osg::ref_ptr<osg::StateSet>& ss2) const
             {
-				return *ss1 < *ss2;
+                return *ss1 < *ss2;
             }
         };
