From owner-svn-src-stable-9@FreeBSD.ORG Thu Mar 1 15:51:20 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CB121065670; Thu, 1 Mar 2012 15:51:20 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 476798FC16; Thu, 1 Mar 2012 15:51:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q21FpK5L085481; Thu, 1 Mar 2012 15:51:20 GMT (envelope-from jh@svn.freebsd.org) Received: (from jh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q21FpKd6085479; Thu, 1 Mar 2012 15:51:20 GMT (envelope-from jh@svn.freebsd.org) Message-Id: <201203011551.q21FpKd6085479@svn.freebsd.org> From: Jaakko Heinonen Date: Thu, 1 Mar 2012 15:51:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r232343 - stable/9/sbin/mount_ntfs X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 15:51:20 -0000 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);