diff options
author | anton <anton@cvs.openbsd.org> | 2019-11-10 09:34:41 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2019-11-10 09:34:41 +0000 |
commit | 7dc59448940e015f2cf5facc9520910597e4b621 (patch) | |
tree | cff215ad61233a57b85747f7431bef654dd3dc60 /regress/sys | |
parent | 01df76aec67a5147bceff2e684d9c45147001ee4 (diff) |
minor style nit
Diffstat (limited to 'regress/sys')
-rw-r--r-- | regress/sys/kern/pipe/pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/pipe/pipe.c b/regress/sys/kern/pipe/pipe.c index ef6ec913394..54d75511c2c 100644 --- a/regress/sys/kern/pipe/pipe.c +++ b/regress/sys/kern/pipe/pipe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pipe.c,v 1.1 2019/11/09 21:10:15 anton Exp $ */ +/* $OpenBSD: pipe.c,v 1.2 2019/11/10 09:34:40 anton Exp $ */ /* * Copyright (c) 2019 Anton Lindqvist <anton@openbsd.org> @@ -47,7 +47,7 @@ main(int argc, char *argv[]) { "thundering-herd-write-signal", test_thundering_herd_write_signal }, { "thundering-herd-write-wakeup", test_thundering_herd_write_wakeup }, - { NULL, NULL }, + { NULL, NULL }, }; int ch, i; |