Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2012 13:41:34 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230642 - head/sbin/mount_ntfs
Message-ID:  <201201281341.q0SDfYeF088572@svn.freebsd.org>

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



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