diff options
author | joerg <joerg@FreeBSD.org> | 1999-03-03 14:02:50 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1999-03-03 14:02:50 +0000 |
commit | 6be72cc099e943c12e5f3b7cf89b84cd43e8e057 (patch) | |
tree | 69e5563a92d8b060e32127d405528507faf1a192 /usr.bin/window | |
parent | 81e34f1a51474b90e6ac59f3145c4e9b35cbe0db (diff) | |
download | FreeBSD-src-6be72cc099e943c12e5f3b7cf89b84cd43e8e057.zip FreeBSD-src-6be72cc099e943c12e5f3b7cf89b84cd43e8e057.tar.gz |
Fix the style of my previous commit.
Submitted by: The Style Police[tm]
Diffstat (limited to 'usr.bin/window')
-rw-r--r-- | usr.bin/window/wwinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index b22eaf9..0c7c203 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -314,7 +314,7 @@ wwinit() wwerrno = WWE_SYS; goto bad; } - fcntl(0,F_SETOWN,getpid()); + fcntl(0, F_SETOWN, getpid()); /* catch typeahead before ASYNC was set */ (void) kill(getpid(), SIGIO); wwstart1(); |