From a0fb8f5662aa791663c5a9ecb6a70b045551ab89 Mon Sep 17 00:00:00 2001 From: jca Date: Tue, 6 Apr 2021 22:10:12 +0000 Subject: [PATCH] Missing indentation, ok kn@ --- usr.sbin/apmd/apmsubr.c | 4 ++-- 1 file 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"; -} + } } -- 2.20.1