[Pkg-wmaker-commits] [wmbiff] 10/32: indent run (oops)
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_3_8
in repository wmbiff.
commit 7028a99b3e80f020a047fcbe5c9707fa0d72d136
Author: bluehal <bluehal>
Date: Sat Mar 2 06:42:57 2002 +0000
indent run (oops)
---
wmbiff/tlsComm.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/wmbiff/tlsComm.c b/wmbiff/tlsComm.c
index 2b32041..46d8d87 100644
--- a/wmbiff/tlsComm.c
+++ b/wmbiff/tlsComm.c
@@ -401,13 +401,15 @@ void handle_gnutls_read_error(int readbytes, struct connection_state *scs)
#else
/* declare stubs when tls isn't compiled in */
-struct connection_state *
-initialize_gnutls( /*@unused@ */ int sd __attribute__((unused)),
- /*@unused@ */ char *name __attribute__((unused)),
- /*@unused@ */ Pop3 pc __attribute__((unused)))
+struct connection_state *initialize_gnutls( /*@unused@ */ int sd
+ __attribute__ ((unused)),
+ /*@unused@ */ char *name
+ __attribute__ ((unused)),
+ /*@unused@ */ Pop3 pc
+ __attribute__ ((unused)))
{
DM(pc, DEBUG_ERROR,
- "FATAL: tried to initialize ssl when ssl wasn't compiled in.\n");
+ "FATAL: tried to initialize ssl when ssl wasn't compiled in.\n");
exit(EXIT_FAILURE);
}
#endif
--
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