svn commit: r296134 - head/libexec/getty

Pedro F. Giffuni pfg at FreeBSD.org
Sat Feb 27 02:11:01 UTC 2016


Author: pfg
Date: Sat Feb 27 02:11:00 2016
New Revision: 296134
URL: https://svnweb.freebsd.org/changeset/base/296134

Log:
  Missing tab.
  
  Pointed out by:	bapt

Modified:
  head/libexec/getty/subr.c

Modified: head/libexec/getty/subr.c
==============================================================================
--- head/libexec/getty/subr.c	Fri Feb 26 23:25:21 2016	(r296133)
+++ head/libexec/getty/subr.c	Sat Feb 27 02:11:00 2016	(r296134)
@@ -635,7 +635,7 @@ portselector(void)
 const char *
 autobaud(void)
 {
-struct pollfd set[1];
+	struct pollfd set[1];
 	struct timespec timeout;
 	char c;
 	const char *type = "9600-baud";


More information about the svn-src-head mailing list