Code

still WIP. added tree-descending code
[inkscape.git] / src / extension / implementation / plugin.cpp
index 0bc3267f4905f6905441c79edf67f1c012bbf189..aebc94b8d6176a1e9942d27867a05f12d9f431bf 100644 (file)
@@ -34,7 +34,7 @@ Plugin::Plugin(void)
     return;
 }
 
-/** 
+/**
     \brief  Oh, so someone actually wants to use this plugin!  We better
             go and grab it then!
     \param  module  Unused except to pass to the plugin's load function.