diff lisp/net/dns.el @ 110111:5b9f64b04a04

Delete all trailing white space.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 02 Sep 2010 01:42:32 +0000
parents 8d09094063d0
children 417b1e4d63cd
line wrap: on
line diff
--- a/lisp/net/dns.el	Thu Sep 02 01:33:31 2010 +0000
+++ b/lisp/net/dns.el	Thu Sep 02 01:42:32 2010 +0000
@@ -151,7 +151,7 @@
       (lsh (if (dns-get 'truncated-p spec) 1 0) -1)
       (lsh (if (dns-get 'recursion-desired-p spec) 1 0) 0)))
     (dns-write-bytes
-     (cond 
+     (cond
       ((eq (dns-get 'response-code spec) 'no-error) 0)
       ((eq (dns-get 'response-code spec) 'format-error) 1)
       ((eq (dns-get 'response-code spec) 'server-failure) 2)