chiark / gitweb /
debian: Replace Debian build system with CDBS.
[mLib] / ident.c
diff --git a/ident.c b/ident.c
index 52d4542a4edce1ae082a4b9921804a3127b3d72f..c015331b1008d2a4c288c2884773a477ca94a80c 100644 (file)
--- a/ident.c
+++ b/ident.c
@@ -7,7 +7,7 @@
  * (c) 1999 Mark Wooding
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of the mLib utilities library.
  *
  * it under the terms of the GNU Library General Public License as
  * published by the Free Software Foundation; either version 2 of the
  * License, or (at your option) any later version.
- * 
+ *
  * mLib is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Library General Public
  * License along with mLib; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
@@ -262,7 +262,7 @@ static void go(ident_request *rq)
   int opt;
 
   /* --- Create the socket I'll use --- */
-  
+
   if ((fd = socket(PF_INET, SOCK_STREAM, 0)) < 0)
     goto fail_0;
   memset(&sin, 0, sizeof(sin));
@@ -315,7 +315,7 @@ fail_0:
 
 void ident(ident_request *rq, sel_state *s,
           const struct sockaddr_in *local,
-          const struct sockaddr_in *remote, 
+          const struct sockaddr_in *remote,
           void (*func)(ident_reply */*i*/, void */*p*/),
           void *p)
 {