Fixed a few typos which caused doxygen to complain.
[synfig.git] / synfig-studio / trunk / src / gtkmm / smach.h
index 2c7444b..848a60a 100644 (file)
@@ -39,7 +39,7 @@
 namespace studio {
 
 class CanvasView;
-       
+
 typedef etl::smach<CanvasView,EventKey> Smach;
 
 }; // END of namespace studio