run libT, cli, daemon, gtk through the source-code formatter "uncrustify" as promised/threatened

This commit is contained in:
Charles Kerr
2008-09-23 19:11:04 +00:00
parent 07792efba0
commit cc89872dd4
143 changed files with 18577 additions and 13482 deletions

View File

@@ -32,8 +32,9 @@ typedef GtkWindow TrWindow;
GtkTreeSelection * tr_window_get_selection( TrWindow* wind );
GtkWidget * tr_window_new( GtkUIManager*, TrCore * core );
GtkWidget * tr_window_new( GtkUIManager*,
TrCore * core );
void tr_window_update( TrWindow * wind );
void tr_window_update( TrWindow * wind );
#endif