From 1c038e6834cae6806ebb97ae00a41d67e4d72ae1 Mon Sep 17 00:00:00 2001 From: isaki Date: Sat, 24 Nov 2007 13:20:53 +0000 Subject: style, indent, and ANSI-fy. --- sys/lib/libsa/ether_sprintf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/lib/libsa/ether_sprintf.c') 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; } -- cgit