diff options
author | 2004-08-05 21:47:24 +0000 | |
---|---|---|
committer | 2004-08-05 21:47:24 +0000 | |
commit | ec347eb826b2d724ceb3a04f3611d5172b88b13a (patch) | |
tree | 8592b66222cff28403cddd6a27f66a68e93fad47 /usr.bin/patch/util.h | |
parent | sync (diff) | |
download | wireguard-openbsd-ec347eb826b2d724ceb3a04f3611d5172b88b13a.tar.xz wireguard-openbsd-ec347eb826b2d724ceb3a04f3611d5172b88b13a.zip |
spacing
Diffstat (limited to 'usr.bin/patch/util.h')
-rw-r--r-- | usr.bin/patch/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/patch/util.h b/usr.bin/patch/util.h index 0ec187028b9..bffa571fcb1 100644 --- a/usr.bin/patch/util.h +++ b/usr.bin/patch/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.12 2003/10/31 20:20:45 millert Exp $ */ +/* $OpenBSD: util.h,v 1.13 2004/08/05 21:47:24 deraadt Exp $ */ /* * patch - a program to apply diffs to original files @@ -44,4 +44,4 @@ void set_signals(int); void ignore_signals(void); void makedirs(const char *, bool); void version(void); -void my_exit(int) __attribute__((noreturn)); +void my_exit(int) __attribute__((noreturn)); |