diff options
author | 2003-04-17 13:22:38 +0000 | |
---|---|---|
committer | 2003-04-17 13:22:38 +0000 | |
commit | 2774af8dd3d8fb9a43cde0a1251d8ebb80876c21 (patch) | |
tree | 4ed6910a42ddc27413bf497ad985b4461709fd6c | |
parent | new boots (diff) | |
download | wireguard-openbsd-2774af8dd3d8fb9a43cde0a1251d8ebb80876c21.tar.xz wireguard-openbsd-2774af8dd3d8fb9a43cde0a1251d8ebb80876c21.zip |
missing indent
-rw-r--r-- | sys/lib/libsa/cread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/cread.c b/sys/lib/libsa/cread.c index 8d197552580..382e0ea9ec9 100644 --- a/sys/lib/libsa/cread.c +++ b/sys/lib/libsa/cread.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cread.c,v 1.9 2002/03/14 03:16:10 millert Exp $ */ +/* $OpenBSD: cread.c,v 1.10 2003/04/17 13:22:38 mickey Exp $ */ /* $NetBSD: cread.c,v 1.2 1997/02/04 18:38:20 thorpej Exp $ */ /* @@ -197,7 +197,7 @@ open(fname, mode) if(((fd = oopen(fname, mode)) == -1) || (mode != 0)) /* compression only for read */ - return(fd); + return(fd); ss[fd] = s = alloc(sizeof(struct sd)); if(!s) goto errout; |