Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove empty line.



details:   https://anonhg.NetBSD.org/src/rev/184d1d3b256a
branches:  trunk
changeset: 779347:184d1d3b256a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 21 20:51:46 2012 +0000

description:
Remove empty line.

diffstat:

 sys/dev/ic/com.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r cc06828721a3 -r 184d1d3b256a sys/dev/ic/com.c
--- a/sys/dev/ic/com.c  Mon May 21 14:15:16 2012 +0000
+++ b/sys/dev/ic/com.c  Mon May 21 20:51:46 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.305 2012/04/22 16:00:45 christos Exp $ */
+/* $NetBSD: com.c,v 1.306 2012/05/21 20:51:46 skrll Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2004, 2008 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.305 2012/04/22 16:00:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.306 2012/05/21 20:51:46 skrll Exp $");
 
 #include "opt_com.h"
 #include "opt_ddb.h"
@@ -788,7 +788,6 @@
 
                tp->t_dev = dev;
 
-
                if (sc->enable) {
                        if ((*sc->enable)(sc)) {
                                splx(s);



Home | Main Index | Thread Index | Old Index