Return-Path: Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: (qmail 52633 invoked from network); 13 Dec 2010 21:20:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Dec 2010 21:20:57 -0000 Received: (qmail 81636 invoked by uid 500); 13 Dec 2010 21:20:57 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 81599 invoked by uid 500); 13 Dec 2010 21:20:56 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 81592 invoked by uid 99); 13 Dec 2010 21:20:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Dec 2010 21:20:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Dec 2010 21:20:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 682E723888C2; Mon, 13 Dec 2010 21:20:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1045378 - /subversion/trunk/subversion/libsvn_client/status.c Date: Mon, 13 Dec 2010 21:20:36 -0000 To: commits@subversion.apache.org From: hwright@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101213212036.682E723888C2@eris.apache.org> Author: hwright Date: Mon Dec 13 21:20:34 2010 New Revision: 1045378 URL: http://svn.apache.org/viewvc?rev=1045378&view=rev Log: * subversion/libsvn_client/status.c (svn_client_status5): Whitespace fixes. Modified: subversion/trunk/subversion/libsvn_client/status.c Modified: subversion/trunk/subversion/libsvn_client/status.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/status.c?rev=1045378&r1=1045377&r2=1045378&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_client/status.c (original) +++ subversion/trunk/subversion/libsvn_client/status.c Mon Dec 13 21:20:34 2010 @@ -495,14 +495,16 @@ svn_client_status5(svn_revnum_t *result_ SVN_ERR(svn_wc_crawl_revisions5(ctx->wc_ctx, target_abspath, &lock_fetch_reporter, &rb, FALSE, - depth, TRUE, (! server_supports_depth), + depth, TRUE, + (! server_supports_depth), FALSE, NULL, NULL, NULL, NULL, pool)); } if (ctx->notify_func2) { svn_wc_notify_t *notify - = svn_wc_create_notify(target_abspath, svn_wc_notify_status_completed, pool); + = svn_wc_create_notify(target_abspath, + svn_wc_notify_status_completed, pool); notify->revision = edit_revision; (ctx->notify_func2)(ctx->notify_baton2, notify, pool); }