svn commit: r310261 - stable/11/sys/fs/autofs

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Dec 19 12:22:33 UTC 2016


Author: trasz
Date: Mon Dec 19 12:22:32 2016
New Revision: 310261
URL: https://svnweb.freebsd.org/changeset/base/310261

Log:
  MFC r308611:
  
  Remove spurious space.

Modified:
  stable/11/sys/fs/autofs/autofs.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/fs/autofs/autofs.c
==============================================================================
--- stable/11/sys/fs/autofs/autofs.c	Mon Dec 19 12:20:58 2016	(r310260)
+++ stable/11/sys/fs/autofs/autofs.c	Mon Dec 19 12:22:32 2016	(r310261)
@@ -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-stable-11 mailing list