svn commit: r230642 - head/sbin/mount_ntfs

Jaakko Heinonen jh at FreeBSD.org
Sat Jan 28 13:41:35 UTC 2012


Author: jh
Date: Sat Jan 28 13:41:34 2012
New Revision: 230642
URL: http://svn.freebsd.org/changeset/base/230642

Log:
  Remove trailing whitespace.

Modified:
  head/sbin/mount_ntfs/mount_ntfs.c

Modified: head/sbin/mount_ntfs/mount_ntfs.c
==============================================================================
--- head/sbin/mount_ntfs/mount_ntfs.c	Sat Jan 28 09:24:57 2012	(r230641)
+++ head/sbin/mount_ntfs/mount_ntfs.c	Sat Jan 28 13:41:34 2012	(r230642)
@@ -160,7 +160,7 @@ main(int argc, char *argv[])
 	}
 
 	/*
-	 * Resolve the mountpoint with realpath(3) and remove unnecessary 
+	 * Resolve the mountpoint with realpath(3) and remove unnecessary
 	 * slashes from the devicename if there are any.
 	 */
 	if (checkpath(dir, mntpath) != 0)


More information about the svn-src-head mailing list