You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/12/13 22:20:36 UTC

svn commit: r1045378 - /subversion/trunk/subversion/libsvn_client/status.c

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);
         }