*: whitespace fixes, no code changes

This commit is contained in:
Denis Vlasenko
2008-03-24 02:18:03 +00:00
parent 42cc304e90
commit c693840fe8
13 changed files with 53 additions and 53 deletions

View File

@ -408,7 +408,7 @@ int sendgetmail_main(int argc ATTRIBUTE_UNUSED, char **argv)
// make a random string -- it will delimit message parts
srand(monotonic_us());
boundary = xasprintf("%d-%d-%d", rand(), rand(), rand());
boundary = xasprintf("%d-%d-%d", rand(), rand(), rand());
// put common headers and body start
printf(
@ -457,7 +457,7 @@ int sendgetmail_main(int argc ATTRIBUTE_UNUSED, char **argv)
printf("\r\n--%s--\r\n" "\r\n", boundary);
// leave "put message" mode
smtp_check(".", 250);
smtp_check(".", 250);
// ... and say goodbye
smtp_check("QUIT", 221);
@ -482,7 +482,7 @@ int sendgetmail_main(int argc ATTRIBUTE_UNUSED, char **argv)
// cache postprocess program
*fargs = *argv;
// authenticate
if (!(opts & OPT_U)) {
//opts |= OPT_U;