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> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"