--- lmtp2nntp_msg.c 2003/01/30 19:42:13 1.32
+++ lmtp2nntp_msg.c 2003/01/30 19:45:20 1.33
@@ -134,7 +134,7 @@
*
* msg->cpMsg
* free()d and set to NULL
- *
+ *
* msg->azHeaders, msg->asHeaders contains the headers in argz format, one
* logical NUL-terminated line per header which might be wrapped into
* multiple '\n'-ended physical lines. The "From " envelope, "Received:",
@@ -539,7 +539,7 @@
}
static var_rc_t regex_lookup(
- var_t *var, void *_ctx,
+ var_t *var, void *_ctx,
const char *var_ptr, size_t var_len, int var_idx,
const char **val_ptr, size_t *val_len, size_t *val_size)
{
@@ -639,7 +639,7 @@
if (op_len == 15 && strncmp(op_ptr, "createmessageid", 15) == 0) {
return createmessageid(prival, arg_ptr, arg_len, val_ptr, val_len, out_ptr, out_len, out_size);
}
- else
+ else
return VAR_ERR_UNDEFINED_OPERATION;
}
@@ -784,7 +784,7 @@
}
}
#endif
-
+
regex_ctx = (regex_ctx_t *)mallocex(sizeof(regex_ctx_t));
regex_ctx->nMatch = 0;
regex_ctx->acpMatch = NULL;
|