svn commit: r308611 - head/sys/fs/autofs

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Nov 13 12:06:27 UTC 2016


Author: trasz
Date: Sun Nov 13 12:06:25 2016
New Revision: 308611
URL: https://svnweb.freebsd.org/changeset/base/308611

Log:
  Remove spurious space.
  
  MFC after:	1 month

Modified:
  head/sys/fs/autofs/autofs.c

Modified: head/sys/fs/autofs/autofs.c
==============================================================================
--- head/sys/fs/autofs/autofs.c	Sun Nov 13 09:33:41 2016	(r308610)
+++ head/sys/fs/autofs/autofs.c	Sun Nov 13 12:06:25 2016	(r308611)
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
- __FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD$");
 
 #include <sys/param.h>
 #include <sys/systm.h>


More information about the svn-src-all mailing list