From 20e0e95b93f7f1eada65ac6b8e7729534537618c Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 21 May 2018 20:21:14 -0600 Subject: * Nothing to see here, this is just reformatting of the code to make it easier to find functions when I need to do so. --- alpine/mailcmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'alpine/mailcmd.c') diff --git a/alpine/mailcmd.c b/alpine/mailcmd.c index d75aed6b..b741261b 100644 --- a/alpine/mailcmd.c +++ b/alpine/mailcmd.c @@ -9381,7 +9381,8 @@ choose_list_of_charsets(void) /* Report quota summary resources in an IMAP server */ -void cmd_quota (struct pine *state) +void +cmd_quota (struct pine *state) { QUOTALIST *imapquota; NETMBX mb; -- cgit v1.2.3-54-g00ecf