Fix white spaces.

This commit is contained in:
Jung-uk Kim 2010-03-10 18:30:55 +00:00
parent 2a595a404f
commit 9c98a9acdd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204965

View File

@ -584,8 +584,8 @@ acpi_video_vo_bind(struct acpi_video_output *vo, ACPI_HANDLE handle)
vo->vo_economy = vo->vo_levels[BCL_ECONOMY];
}
if (vo->vo_levels != NULL)
AcpiInstallNotifyHandler(handle, ACPI_DEVICE_NOTIFY,
acpi_video_vo_notify_handler, vo);
AcpiInstallNotifyHandler(handle, ACPI_DEVICE_NOTIFY,
acpi_video_vo_notify_handler, vo);
ACPI_SERIAL_END(video_output);
}