Apply codigng style on new MAM code

This commit is contained in:
Michael Vetter
2022-10-21 16:55:18 +02:00
parent 5ebd7df7e8
commit a04031cec9
5 changed files with 9 additions and 9 deletions

View File

@@ -635,7 +635,7 @@ win_page_up(ProfWin* window)
*page_start -= page_space;
if (*page_start == -page_space && window->type == WIN_CHAT) {
ProfChatWin* chatwin = (ProfChatWin*) window;
ProfChatWin* chatwin = (ProfChatWin*)window;
ProfBuffEntry* first_entry = buffer_size(window->layout->buffer) != 0 ? buffer_get_entry(window->layout->buffer, 0) : NULL;
// Don't do anything if still fetching mam messages