Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 18:07:48 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357413 - head/sys/dev/acpi_support
Message-ID:  <202002021807.012I7m4L046967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 }
 };



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