Remove spaces and tabs at end of lines.
[synfig.git] / synfig-studio / trunk / src / synfigapp / action_system.cpp
index 3b5ab91..7aef925 100644 (file)
@@ -70,7 +70,7 @@ Action::System::perform_action(etl::handle<Action::Base> action)
 {
        //// debug actions
        // synfig::info("%s:%d perform_action: '%s'", __FILE__, __LINE__, action->get_name().c_str());
-       
+
        handle<UIInterface> uim(get_ui_interface());
 
        assert(action);