Minor style(9) before possible larger commits.

This commit is contained in:
Warner Losh 2004-11-16 06:25:02 +00:00
parent e5624708b1
commit 46433fccd1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137763

View File

@ -49,12 +49,10 @@ static void
acpi_init(void)
{
acpifd = open(ACPIDEV, O_RDWR);
if (acpifd == -1){
if (acpifd == -1)
acpifd = open(ACPIDEV, O_RDONLY);
}
if (acpifd == -1){
if (acpifd == -1)
err(EX_OSFILE, ACPIDEV);
}
}
static int