Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 19:04:56 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284183 - head/sys/arm/ti/am335x
Message-ID:  <201506091904.t59J4uow058417@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sobomax
Date: Tue Jun  9 19:04:55 2015
New Revision: 284183
URL: https://svnweb.freebsd.org/changeset/base/284183

Log:
  Use tab to do identation consistently.

Modified:
  head/sys/arm/ti/am335x/am335x_pmic.c

Modified: head/sys/arm/ti/am335x/am335x_pmic.c
==============================================================================
--- head/sys/arm/ti/am335x/am335x_pmic.c	Tue Jun  9 18:46:31 2015	(r284182)
+++ head/sys/arm/ti/am335x/am335x_pmic.c	Tue Jun  9 19:04:55 2015	(r284183)
@@ -165,7 +165,7 @@ am335x_pmic_dump_chgconfig(device_t dev)
 	const char *d_e[] = {"disabled", "enabled"};
 	const char *i_a[] = {"inactive", "active"};
 	const char *f_t[] = {"false", "true"};
-        const char *timer_c[] = {"4h", "5h", "6h", "8h"};
+	const char *timer_c[] = {"4h", "5h", "6h", "8h"};
 	const char *ntc_type_c[] = {"100k", "10k"};
 	const char *vprechg_c[] = {"2.9V", "2.5V"};
 	const char *trange_c[] = {"0-45 C", "0-60 C"};



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