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

@@ -31,6 +31,7 @@
/* create a new file list */
GtkWidget * file_list_new( TrTorrent * );
void file_list_set_torrent( GtkWidget *, TrTorrent * );
void file_list_set_torrent( GtkWidget *,
TrTorrent * );
#endif