From: kn Date: Tue, 8 Nov 2022 17:53:01 +0000 (+0000) Subject: fix indent X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e7d82d9536149741a5f8c6b25af3f15d2ab00518;p=openbsd fix indent --- diff --git a/sys/dev/audio.c b/sys/dev/audio.c index afe41327c43..5a388e4608c 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: audio.c,v 1.204 2022/11/02 10:41:34 kn Exp $ */ +/* $OpenBSD: audio.c,v 1.205 2022/11/08 17:53:01 kn Exp $ */ /* * Copyright (c) 2015 Alexandre Ratchov * @@ -592,7 +592,7 @@ audio_rintr(void *addr) sc->rec.pos += sc->rec.blksz; if ((sc->record_enable == MIXER_RECORD_ENABLE_SYSCTL && - !audio_record_enable) || + !audio_record_enable) || sc->record_enable == MIXER_RECORD_ENABLE_OFF) { ptr = audio_buf_wgetblk(&sc->rec, &count); audio_fill_sil(sc, ptr, sc->rec.blksz);