diff options
| author | isaki <isaki@NetBSD.org> | 2007-11-24 13:20:53 +0000 |
|---|---|---|
| committer | isaki <isaki@NetBSD.org> | 2007-11-24 13:20:53 +0000 |
| commit | 1c038e6834cae6806ebb97ae00a41d67e4d72ae1 (patch) | |
| tree | eab430c54f7ca1bc68225b960a8f82356c93bf2f /sys/lib/libsa/ether_sprintf.c | |
| parent | 9ce1f92af748ec8139d3601fdf3b136b600eb57f (diff) | |
style, indent, and ANSI-fy.
Diffstat (limited to 'sys/lib/libsa/ether_sprintf.c')
| -rw-r--r-- | sys/lib/libsa/ether_sprintf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/ether_sprintf.c b/sys/lib/libsa/ether_sprintf.c index 76524695574..ae1fe92a34c 100644 --- a/sys/lib/libsa/ether_sprintf.c +++ b/sys/lib/libsa/ether_sprintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: ether_sprintf.c,v 1.5 2006/01/24 17:07:19 christos Exp $ */ +/* $NetBSD: ether_sprintf.c,v 1.6 2007/11/24 13:20:55 isaki Exp $ */ /* * Copyright (c) 1992 Regents of the University of California. @@ -69,5 +69,5 @@ ether_sprintf(const u_char *ap) *cp++ = ':'; } *--cp = 0; - return (etherbuf); + return etherbuf; } |
