aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/obsproc.c16
1 files changed, 8 insertions, 8 deletions
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