Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/faithd fix wrong indentation.
details: https://anonhg.NetBSD.org/src/rev/42702bc2bfb0
branches: trunk
changeset: 479738:42702bc2bfb0
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Dec 20 16:03:19 1999 +0000
description:
fix wrong indentation.
diffstat:
usr.sbin/faithd/faithd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9c3bb8e06bcb -r 42702bc2bfb0 usr.sbin/faithd/faithd.c
--- a/usr.sbin/faithd/faithd.c Mon Dec 20 16:01:31 1999 +0000
+++ b/usr.sbin/faithd/faithd.c Mon Dec 20 16:03:19 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: faithd.c,v 1.5 1999/12/20 16:01:31 itojun Exp $ */
+/* $NetBSD: faithd.c,v 1.6 1999/12/20 16:03:19 itojun Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
@@ -544,7 +544,7 @@
break;
case AF_INET:
if (sin4->sin_addr.s_addr == dst4->sin_addr.s_addr)
- return 0;
+ return 0;
break;
}
}
Home |
Main Index |
Thread Index |
Old Index