svn commit: r236440 - stable/8/sbin/mount_ntfs

Jaakko Heinonen jh at FreeBSD.org
Sat Jun 2 10:14:56 UTC 2012


Author: jh
Date: Sat Jun  2 10:14:55 2012
New Revision: 236440
URL: http://svn.freebsd.org/changeset/base/236440

Log:
  MFC r230642: Remove trailing whitespace.

Modified:
  stable/8/sbin/mount_ntfs/mount_ntfs.c
Directory Properties:
  stable/8/sbin/mount_ntfs/   (props changed)

Modified: stable/8/sbin/mount_ntfs/mount_ntfs.c
==============================================================================
--- stable/8/sbin/mount_ntfs/mount_ntfs.c	Sat Jun  2 09:10:51 2012	(r236439)
+++ stable/8/sbin/mount_ntfs/mount_ntfs.c	Sat Jun  2 10:14:55 2012	(r236440)
@@ -162,7 +162,7 @@ main(argc, 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.
 	 */
 	(void)checkpath(dir, mntpath);


More information about the svn-src-all mailing list