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 2012/02/29 20:34:31 UTC

svn commit: r1295230 - /subversion/trunk/subversion/libsvn_delta/compat.c

Author: hwright
Date: Wed Feb 29 19:34:30 2012
New Revision: 1295230

URL: http://svn.apache.org/viewvc?rev=1295230&view=rev
Log:
* subversion/libsvn_delta/compat.c
  (run_ev2_actions, drive_tree): Break long lines, no functional change.

Modified:
    subversion/trunk/subversion/libsvn_delta/compat.c

Modified: subversion/trunk/subversion/libsvn_delta/compat.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/compat.c?rev=1295230&r1=1295229&r2=1295230&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/compat.c (original)
+++ subversion/trunk/subversion/libsvn_delta/compat.c Wed Feb 29 19:34:30 2012
@@ -498,7 +498,8 @@ run_ev2_actions(void *edit_baton,
   iterpool = svn_pool_create(scratch_pool);
   for (i = 0; i < sorted_hash->nelts; i++)
     {
-      svn_sort__item_t *item = &APR_ARRAY_IDX(sorted_hash, i, svn_sort__item_t);
+      svn_sort__item_t *item = &APR_ARRAY_IDX(sorted_hash, i,
+                                              svn_sort__item_t);
       apr_array_header_t *actions = item->value;
       const char *path = item->key;
 
@@ -1572,7 +1573,8 @@ drive_tree(struct operation *op,
     {
       /* Open or create our baton. */
       if (op->operation == OP_OPEN || op->operation == OP_PROPSET)
-        SVN_ERR(editor->open_directory(path, parent_op->baton, op->base_revision,
+        SVN_ERR(editor->open_directory(path, parent_op->baton,
+                                       op->base_revision,
                                        scratch_pool, &op->baton));
 
       else if (op->operation == OP_ADD || op->operation == OP_REPLACE)