Remove undesired spaces and an old TODO

svn-id: r30827
This commit is contained in:
Jordi Vilalta Prat 2008-02-08 01:45:46 +00:00
parent 00987db3a9
commit e3852c92a7
4 changed files with 36 additions and 38 deletions

View file

@ -93,7 +93,7 @@ public:
PluginList pl;
#define LINK_PLUGIN(ID) \
extern PluginType g_##ID##_type; \
extern PluginType g_##ID##_type; \
extern PluginObject *g_##ID##_getObject(); \
pl.push_back(new StaticPlugin(g_##ID##_getObject(), g_##ID##_type));