Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ypbind Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/5b77ce68deae
branches:  trunk
changeset: 748830:5b77ce68deae
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Nov 06 15:41:58 2009 +0000

description:
Whitespace.

diffstat:

 usr.sbin/ypbind/ypbind.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 478d9acfa47b -r 5b77ce68deae usr.sbin/ypbind/ypbind.c
--- a/usr.sbin/ypbind/ypbind.c  Fri Nov 06 15:36:55 2009 +0000
+++ b/usr.sbin/ypbind/ypbind.c  Fri Nov 06 15:41:58 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ypbind.c,v 1.60 2009/11/06 15:36:55 christos Exp $     */
+/*     $NetBSD: ypbind.c,v 1.61 2009/11/06 15:41:58 skrll Exp $        */
 
 /*
  * Copyright (c) 1992, 1993 Theo de Raadt <deraadt%fsa.ca@localhost>
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #ifndef LINT
-__RCSID("$NetBSD: ypbind.c,v 1.60 2009/11/06 15:36:55 christos Exp $");
+__RCSID("$NetBSD: ypbind.c,v 1.61 2009/11/06 15:41:58 skrll Exp $");
 #endif
 
 #include <sys/param.h>
@@ -232,7 +232,7 @@
  */
 static int
 purge_bindingdir(const char *dirpath)
- {
+{
        DIR *dirp;
        int unlinkedfiles, l;
        struct dirent *dp;



Home | Main Index | Thread Index | Old Index