svn commit: r357413 - head/sys/dev/acpi_support

Ed Maste emaste at FreeBSD.org
Sun Feb 2 18:07:48 UTC 2020


Author: emaste
Date: Sun Feb  2 18:07:47 2020
New Revision: 357413
URL: https://svnweb.freebsd.org/changeset/base/357413

Log:
  acpi_ibm: whitespace fixup

Modified:
  head/sys/dev/acpi_support/acpi_ibm.c

Modified: head/sys/dev/acpi_support/acpi_ibm.c
==============================================================================
--- head/sys/dev/acpi_support/acpi_ibm.c	Sun Feb  2 16:34:57 2020	(r357412)
+++ head/sys/dev/acpi_support/acpi_ibm.c	Sun Feb  2 18:07:47 2020	(r357413)
@@ -276,9 +276,9 @@ static struct {
 		.description	= "Mic led",
 	},
 	{
-	 .name		= "privacyguard",
-	 .method	= ACPI_IBM_METHOD_PRIVACYGUARD,
-	 .description	= "PrivacyGuard enable",
+		.name		= "privacyguard",
+		.method		= ACPI_IBM_METHOD_PRIVACYGUARD,
+		.description	= "PrivacyGuard enable",
 	},
 	{ NULL, 0, NULL, 0 }
 };


More information about the svn-src-all mailing list