code style

This commit is contained in:
Dana Jansens 2003-09-14 06:42:57 +00:00
parent 3559312321
commit dcc433926c

View file

@ -165,7 +165,7 @@ struct _RrTheme {
};
RrTheme *RrThemeNew(const RrInstance *inst, gchar *theme);
RrTheme* RrThemeNew(const RrInstance *inst, gchar *theme);
void RrThemeFree(RrTheme *theme);
#endif