From: gilles Date: Tue, 6 Jan 2015 09:32:13 +0000 (+0000) Subject: fix whitespace and indentation, by Kyle Milz X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0d173ebd7b22a440c7947db857a6f3103749c9ca;p=openbsd fix whitespace and indentation, by Kyle Milz --- diff --git a/usr.sbin/smtpd/dns.c b/usr.sbin/smtpd/dns.c index a0035244fb8..6f832473980 100644 --- a/usr.sbin/smtpd/dns.c +++ b/usr.sbin/smtpd/dns.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dns.c,v 1.79 2014/10/08 07:23:39 eric Exp $ */ +/* $OpenBSD: dns.c,v 1.80 2015/01/06 09:32:13 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade @@ -244,7 +244,7 @@ dns_imsg(struct mproc *p, struct imsg *imsg) } as = res_query_async(s->name, C_IN, T_MX, NULL); - if (as == NULL) { + if (as == NULL) { log_warn("warn: req_query_async: %s", s->name); m_create(s->p, IMSG_MTA_DNS_HOST_END, 0, 0, -1); m_add_id(s->p, s->reqid); @@ -341,7 +341,7 @@ dns_dispatch_mx(struct asr_result *ar, void *arg) struct unpack pack; struct dns_header h; struct dns_query q; - struct dns_rr rr; + struct dns_rr rr; char buf[512]; size_t found;