[Pkg-wmaker-commits] [wmbiff] 03/04: Indent fixes.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_3_6
in repository wmbiff.
commit 19699db63df8c40f07de39372d72b426c67c6fe5
Author: jordi <jordi>
Date: Sun Jan 27 19:56:08 2002 +0000
Indent fixes.
---
wmbiff/Imap4Client.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/wmbiff/Imap4Client.c b/wmbiff/Imap4Client.c
index 6c61f85..f672f87 100644
--- a/wmbiff/Imap4Client.c
+++ b/wmbiff/Imap4Client.c
@@ -325,14 +325,12 @@ int imap4Create(Pop3 pc, const char *const str)
PCU.dossl = 0;
for (matchedchars = 0, i = 0;
- regexes[i] != NULL && matchedchars <= 0; i++)
- {
+ regexes[i] != NULL && matchedchars <= 0; i++) {
matchedchars = compile_and_match_regex(regexes[i], str, ®s);
}
/* failed to match either regex */
- if (matchedchars <= 0)
- {
+ if (matchedchars <= 0) {
pc->label[0] = '\0';
fprintf(stderr, "Couldn't parse line %s (%d)\n", str,
matchedchars);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list