diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-05 21:47:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-05 21:47:34 +0000 |
commit | ad98de6f3bde79382fa6454e01e4c1d928dd0b6d (patch) | |
tree | 7408092f96cf8f81439a4a2c0c8be076ba1f8747 /usr.bin/patch/util.h | |
parent | 77201bcf7b52541604d623ea5066123d841bce72 (diff) |
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)); |