diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-14 20:11:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-14 20:11:23 +0000 |
commit | 1318996a76961b0babe98e8ff6006c99788b3e50 (patch) | |
tree | c03504e122be6435ed78c91c22212280b256eaaa /usr.sbin | |
parent | 18e0e5e3283fd0f9b6d05c8d068052aa58c7d633 (diff) |
indent
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/apmd/apmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c index ba4750a49ce..bdcaf6411a1 100644 --- a/usr.sbin/apmd/apmd.c +++ b/usr.sbin/apmd/apmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apmd.c,v 1.17 2001/08/17 22:35:01 mickey Exp $ */ +/* $OpenBSD: apmd.c,v 1.18 2001/11/14 20:11:22 deraadt Exp $ */ /* * Copyright (c) 1995, 1996 John T. Kohl @@ -74,7 +74,7 @@ void do_etc_file(const char *file); void sigexit(int signo) { - _exit(1); + _exit(1); } void |