artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a72a7
)
Missing indentation, ok kn@
author
jca
<jca@openbsd.org>
Tue, 6 Apr 2021 22:10:12 +0000
(22:10 +0000)
committer
jca
<jca@openbsd.org>
Tue, 6 Apr 2021 22:10:12 +0000
(22:10 +0000)
usr.sbin/apmd/apmsubr.c
patch
|
blob
|
history
diff --git
a/usr.sbin/apmd/apmsubr.c
b/usr.sbin/apmd/apmsubr.c
index
63b72da
..
91b6c1f
100644
(file)
--- a/
usr.sbin/apmd/apmsubr.c
+++ b/
usr.sbin/apmd/apmsubr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: apmsubr.c,v 1.1
0 2021/04/06 20:30:32 kn Exp $
*/
+/* $OpenBSD: apmsubr.c,v 1.1
1 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";
-}
+
}
}