Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2010 18:30:56 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204965 - head/sys/dev/acpica
Message-ID:  <201003101830.o2AIUuwR025732@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed Mar 10 18:30:55 2010
New Revision: 204965
URL: http://svn.freebsd.org/changeset/base/204965

Log:
  Fix white spaces.

Modified:
  head/sys/dev/acpica/acpi_video.c

Modified: head/sys/dev/acpica/acpi_video.c
==============================================================================
--- head/sys/dev/acpica/acpi_video.c	Wed Mar 10 18:13:17 2010	(r204964)
+++ head/sys/dev/acpica/acpi_video.c	Wed Mar 10 18:30:55 2010	(r204965)
@@ -584,8 +584,8 @@ acpi_video_vo_bind(struct acpi_video_out
 			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);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003101830.o2AIUuwR025732>