From 3bc481239c1862ab6c04202fa825ed79af368c5f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 21 Apr 2024 17:08:00 +0200 Subject: Reformatted functions --- FICS/obsproc.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'FICS/obsproc.c') diff --git a/FICS/obsproc.c b/FICS/obsproc.c index 62e13f0..c8c406c 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -1115,18 +1115,18 @@ stored_mail_moves(int p, int mail, param_list param) game_remove(g); } -/* Tidied up a bit but still messy */ - -PUBLIC int com_mailstored(int p, param_list param) +PUBLIC int +com_mailstored(int p, param_list param) { - stored_mail_moves(p, 1, param); - return COM_OK; + stored_mail_moves(p, 1, param); + return COM_OK; } -PUBLIC int com_smoves(int p, param_list param) +PUBLIC int +com_smoves(int p, param_list param) { - stored_mail_moves(p, 0, param); - return COM_OK; + stored_mail_moves(p, 0, param); + return COM_OK; } PUBLIC int -- cgit v1.2.3