mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 17:56:21 +00:00
tests: Apply coding style to unit tests
This commit is contained in:
@@ -483,10 +483,10 @@ mucwin_unset_message_char(ProfMucWin* mucwin)
|
||||
{
|
||||
}
|
||||
|
||||
void win_update_entry_message(ProfWin* window, const char* const id, const char* const message){};
|
||||
void win_mark_received(ProfWin* window, const char* const id){};
|
||||
void win_print_http_transfer(ProfWin* window, const char* const message, char* id){};
|
||||
void win_print_loading_history(ProfWin* window){};
|
||||
void win_update_entry_message(ProfWin* window, const char* const id, const char* const message) {};
|
||||
void win_mark_received(ProfWin* window, const char* const id) {};
|
||||
void win_print_http_transfer(ProfWin* window, const char* const message, char* id) {};
|
||||
void win_print_loading_history(ProfWin* window) {};
|
||||
|
||||
void
|
||||
ui_show_roster(void)
|
||||
|
||||
Reference in New Issue
Block a user