diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2021-04-06 22:10:13 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2021-04-06 22:10:13 +0000 |
commit | 960392a9431f41764d65211468ad6d8916b27f71 (patch) | |
tree | 47e6b7ca3e87320b5451fd0a6de5d78314ba505f /usr.sbin | |
parent | cab3492348e1df22bd0680b172857ff2c82e7c5d (diff) |
Missing indentation, ok kn@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/apmd/apmsubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apmd/apmsubr.c b/usr.sbin/apmd/apmsubr.c index 63b72da1406..91b6c1f097e 100644 --- a/usr.sbin/apmd/apmsubr.c +++ b/usr.sbin/apmd/apmsubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apmsubr.c,v 1.10 2021/04/06 20:30:32 kn Exp $ */ +/* $OpenBSD: apmsubr.c,v 1.11 2021/04/06 22:10:12 jca Exp $ */ /* * Copyright (c) 1995,1996 John T. Kohl @@ -98,5 +98,5 @@ apm_state(int apm_state) return "hibenate"; default: return "unknown"; -} + } } |