Module Name:    src
Committed By:   skrll
Date:           Thu Aug 15 05:58:34 UTC 2024

Modified Files:
        src/sys/stand/efiboot: dev_net.c

Log Message:
Trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/stand/efiboot/dev_net.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/stand/efiboot/dev_net.c
diff -u src/sys/stand/efiboot/dev_net.c:1.2 src/sys/stand/efiboot/dev_net.c:1.3
--- src/sys/stand/efiboot/dev_net.c:1.2	Thu Nov 15 23:52:33 2018
+++ src/sys/stand/efiboot/dev_net.c	Thu Aug 15 05:58:34 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: dev_net.c,v 1.2 2018/11/15 23:52:33 jmcneill Exp $	*/
+/*	$NetBSD: dev_net.c,v 1.3 2024/08/15 05:58:34 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2018 Jared McNeill <jmcne...@invisible.ca>
@@ -91,7 +91,7 @@ fail:
 	printf("net_open failed: %d\n", error);
 	netif_close(net_socket);
 	net_socket = -1;
-	return error;	
+	return error;
 }
 
 int

Reply via email to