From owner-svn-src-user@freebsd.org Mon Nov 30 08:51:51 2015 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19309A3AC36 for ; Mon, 30 Nov 2015 08:51:51 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA7D01139; Mon, 30 Nov 2015 08:51:50 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAU8po3m038378; Mon, 30 Nov 2015 08:51:50 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAU8poWn038377; Mon, 30 Nov 2015 08:51:50 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201511300851.tAU8poWn038377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Mon, 30 Nov 2015 08:51:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r291475 - user/pho/stress2/testcases/fts X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 08:51:51 -0000 Author: pho Date: Mon Nov 30 08:51:49 2015 New Revision: 291475 URL: https://svnweb.freebsd.org/changeset/base/291475 Log: Trailing white space fix. Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/testcases/fts/fts.c Modified: user/pho/stress2/testcases/fts/fts.c ============================================================================== --- user/pho/stress2/testcases/fts/fts.c Mon Nov 30 08:34:19 2015 (r291474) +++ user/pho/stress2/testcases/fts/fts.c Mon Nov 30 08:51:49 2015 (r291475) @@ -61,7 +61,7 @@ test(void) FTS *fts; FTSENT *p; int ftsoptions; - char *args[2]; + char *args[2]; ftsoptions = FTS_LOGICAL; args[0] = ".";