Module Name:    src
Committed By:   dyoung
Date:           Tue Apr 21 18:00:25 UTC 2009

Modified Files:
        src/sbin/ifconfig: af_link.c

Log Message:
Fix indentation: change spaces to tabs.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/ifconfig/af_link.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/ifconfig/af_link.c
diff -u src/sbin/ifconfig/af_link.c:1.3 src/sbin/ifconfig/af_link.c:1.4
--- src/sbin/ifconfig/af_link.c:1.3	Wed Jul  2 07:44:14 2008
+++ src/sbin/ifconfig/af_link.c	Tue Apr 21 18:00:25 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: af_link.c,v 1.3 2008/07/02 07:44:14 dyoung Exp $	*/
+/*	$NetBSD: af_link.c,v 1.4 2009/04/21 18:00:25 dyoung Exp $	*/
 
 /*-
  * Copyright (c) 2008 David Young.  All rights reserved.
@@ -27,7 +27,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: af_link.c,v 1.3 2008/07/02 07:44:14 dyoung Exp $");
+__RCSID("$NetBSD: af_link.c,v 1.4 2009/04/21 18:00:25 dyoung Exp $");
 #endif /* not lint */
 
 #include <sys/param.h> 
@@ -112,7 +112,7 @@
 		if (ioctl(s, SIOCGLIFADDR, &iflr) == -1)
 			err(EXIT_FAILURE, "%s: ioctl", __func__);
 
-                if ((iflr.flags & IFLR_ACTIVE) != 0)
+		if ((iflr.flags & IFLR_ACTIVE) != 0)
 			continue;
 
 		octets = (const uint8_t *)&sdl->sdl_data[sdl->sdl_nlen];

Reply via email to