summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-21 19:13:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-21 19:13:54 +0000
commit5f26e4bde48fa6a2dbb4eaac08ac5fa6ded009b3 (patch)
tree24d133fa22f211c2d09b812528c21ece74166e19 /frm
parent64a8666958236ce7a48d7acfa5b879374e898aa2 (diff)
downloadmailutils-5f26e4bde48fa6a2dbb4eaac08ac5fa6ded009b3.tar.gz
mailutils-5f26e4bde48fa6a2dbb4eaac08ac5fa6ded009b3.tar.bz2
Fixed indentation.
Diffstat (limited to 'frm')
-rw-r--r--frm/frm.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/frm/frm.c b/frm/frm.c
index d1bd22c9a..dc9375813 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -354,13 +354,14 @@ main(int argc, char **argv)
mailbox_get_url (mbox, &url);
if (status == ENOENT)
goto cleanup1;
- else {
- fprintf (stderr, "could not open mailbox %s: %s\n",
- url_to_string (url),
- mu_errstring(status));
-
- goto cleanup;
- }
+ else
+ {
+ fprintf (stderr, "could not open mailbox %s: %s\n",
+ url_to_string (url),
+ mu_errstring(status));
+
+ goto cleanup;
+ }
}
if (! be_quiet)

Return to:

Send suggestions and report system problems to the System administrator.