Index: OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp
===================================================================
--- OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp (revision 7053)
+++ OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp (revision 7074)
@@ -333,5 +333,5 @@
 int main(int , char **)
 {
-#if 1    
+#if 1
 
     // create viewer on heap as a test, this looks to be causing problems
@@ -345,5 +345,4 @@
     viewer->setSceneData( createTeapot() );
 
-    // create the windows and run the threads.
     return viewer->run();
     
@@ -358,5 +357,4 @@
     // create the windows and run the threads.
     return viewer.run();
-
 #endif
 
