mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 11:36:22 +00:00
Apply codigng style on new MAM code
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
#include "xmpp/contact.h"
|
||||
#include "xmpp/muc.h"
|
||||
|
||||
#define PAD_SIZE 1000
|
||||
#define PAD_SIZE 1000
|
||||
#define LOADING_MESSAGE "Loading older messages ..."
|
||||
|
||||
void win_move_to_end(ProfWin* window);
|
||||
|
||||
Reference in New Issue
Block a user