Index: OpenSceneGraph/trunk/src/osgPlugins/ply/vertexData.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgPlugins/ply/vertexData.cpp (revision 10040)
+++ OpenSceneGraph/trunk/src/osgPlugins/ply/vertexData.cpp (revision 10079)
@@ -10,7 +10,7 @@
 
 #include "typedefs.h"
-
 #include "vertexData.h"
 #include "ply.h"
+
 #include <cstdlib>
 #include <algorithm>
@@ -250,5 +250,7 @@
                 // Check all color elements read or not
                 if( hasColors && !ignoreColors )
+                {
                     MESHASSERT( _colors->size() == static_cast< size_t >( nElems ) );
+                }
             }
             catch( exception& e )
