From 7e0c4483a717e59762d878dadd6120ac8d54e2a2 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 27 Apr 2024 12:42:00 +0200 Subject: Reformatted functions --- FICS/obsproc.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'FICS') diff --git a/FICS/obsproc.c b/FICS/obsproc.c index 55d949a..32bf99e 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -549,14 +549,16 @@ PRIVATE int old_mail_moves(int p,int mail, param_list param) return COM_OK; } -PUBLIC int com_oldmoves(int p, param_list param) +PUBLIC int +com_oldmoves(int p, param_list param) { - return old_mail_moves(p , 0, param); + return old_mail_moves(p, 0, param); } -PUBLIC int com_mailoldmoves(int p, param_list param) +PUBLIC int +com_mailoldmoves(int p, param_list param) { - return old_mail_moves(p , 1, param); + return old_mail_moves(p, 1, param); } PUBLIC void -- cgit v1.2.3