Apply formatting for stubs
All checks were successful
CI / Check spelling (pull_request) Successful in 16s
CI / Check coding style (pull_request) Successful in 29s
CI / Linux (ubuntu) (pull_request) Successful in 10m9s
CI / Linux (debian) (pull_request) Successful in 11m49s
CI / Linux (fedora) (pull_request) Successful in 14m12s
CI / Linux (arch) (pull_request) Successful in 14m55s

This commit is contained in:
2025-06-20 19:40:19 +02:00
parent ddc4290c99
commit 5d321a9030
7 changed files with 14 additions and 14 deletions

View File

@@ -484,10 +484,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)