Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2012 15:51:20 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r232343 - stable/9/sbin/mount_ntfs
Message-ID:  <201203011551.q21FpKd6085479@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jh
Date: Thu Mar  1 15:51:19 2012
New Revision: 232343
URL: http://svn.freebsd.org/changeset/base/232343

Log:
  MFC r230642: Remove trailing whitespace.

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

Modified: stable/9/sbin/mount_ntfs/mount_ntfs.c
==============================================================================
--- stable/9/sbin/mount_ntfs/mount_ntfs.c	Thu Mar  1 15:09:41 2012	(r232342)
+++ stable/9/sbin/mount_ntfs/mount_ntfs.c	Thu Mar  1 15:51:19 2012	(r232343)
@@ -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.
 	 */
 	(void)checkpath(dir, mntpath);



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