mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Minor style(9) before possible larger commits.
This commit is contained in:
parent
e5624708b1
commit
46433fccd1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137763
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user