Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 12:22:32 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r310261 - stable/11/sys/fs/autofs
Message-ID:  <201612191222.uBJCMW9g054109@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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