From owner-svn-src-all@FreeBSD.ORG Sat Jan 28 13:41:35 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 054BA106564A; Sat, 28 Jan 2012 13:41:35 +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 E8C488FC16; Sat, 28 Jan 2012 13:41:34 +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 q0SDfYlI088574; Sat, 28 Jan 2012 13:41:34 GMT (envelope-from jh@svn.freebsd.org) Received: (from jh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q0SDfYeF088572; Sat, 28 Jan 2012 13:41:34 GMT (envelope-from jh@svn.freebsd.org) Message-Id: <201201281341.q0SDfYeF088572@svn.freebsd.org> From: Jaakko Heinonen Date: Sat, 28 Jan 2012 13:41:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r230642 - head/sbin/mount_ntfs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2012 13:41:35 -0000 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)