Skip to content

Commit

Permalink
Trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrll committed Aug 15, 2024
1 parent c6fcfc1 commit 0a1bd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/stand/efiboot/dev_net.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down Expand Up @@ -91,7 +91,7 @@ net_open(struct open_file *f, ...)
printf("net_open failed: %d\n", error);
netif_close(net_socket);
net_socket = -1;
return error;
return error;
}

int
Expand Down

0 comments on commit 0a1bd4d

Please sign in to comment.