Module Name:    src
Committed By:   skrll
Date:           Mon May 21 20:51:46 UTC 2012

Modified Files:
        src/sys/dev/ic: com.c

Log Message:
Remove empty line.


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/sys/dev/ic/com.c

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

Modified files:

Index: src/sys/dev/ic/com.c
diff -u src/sys/dev/ic/com.c:1.305 src/sys/dev/ic/com.c:1.306
--- src/sys/dev/ic/com.c:1.305	Sun Apr 22 16:00:45 2012
+++ src/sys/dev/ic/com.c	Mon May 21 20:51:46 2012
@@ -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 @@ comopen(dev_t dev, int flag, int mode, s
 
 		tp->t_dev = dev;
 
-
 		if (sc->enable) {
 			if ((*sc->enable)(sc)) {
 				splx(s);

Reply via email to