You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/09/09 14:33:03 UTC

svn commit: r1623794 - in /subversion/branches/log-message-templates/subversion: libsvn_client/commit_util.c svn/util.c

Author: stsp
Date: Tue Sep  9 12:33:03 2014
New Revision: 1623794

URL: http://svn.apache.org/r1623794
Log:
On the log-message-templates branch, undo some whitespace changes
relative to trunk to reduce the size of the diff.

* subversion/libsvn_client/commit_util.c
  (add_committable, handle_descendants): Re-add blank lines.

* subversion/svn/util.c: Re-add blank line.

Modified:
    subversion/branches/log-message-templates/subversion/libsvn_client/commit_util.c
    subversion/branches/log-message-templates/subversion/svn/util.c

Modified: subversion/branches/log-message-templates/subversion/libsvn_client/commit_util.c
URL: http://svn.apache.org/viewvc/subversion/branches/log-message-templates/subversion/libsvn_client/commit_util.c?rev=1623794&r1=1623793&r2=1623794&view=diff
==============================================================================
--- subversion/branches/log-message-templates/subversion/libsvn_client/commit_util.c (original)
+++ subversion/branches/log-message-templates/subversion/libsvn_client/commit_util.c Tue Sep  9 12:33:03 2014
@@ -249,6 +249,7 @@ add_committable(svn_client__committables
   if (moved_from_abspath)
     new_item->moved_from_abspath = apr_pstrdup(result_pool,
                                                moved_from_abspath);
+
   /* Now, add the commit item to the array. */
   APR_ARRAY_PUSH(array, svn_client_commit_item3_t *) = new_item;
 
@@ -1160,6 +1161,7 @@ handle_descendants(void *baton,
                                               const char *);
           const char *local_abspath = svn_dirent_join(item->path, relpath,
                                                       iterpool);
+
           /* ### Need a sub-iterpool? */
 
 
@@ -1236,6 +1238,7 @@ handle_descendants(void *baton,
             }
 
           /* Add a new commit item that describes the delete */
+
           SVN_ERR(add_committable(hdb->committables,
                                   svn_dirent_join(item->path, relpath,
                                                   iterpool),

Modified: subversion/branches/log-message-templates/subversion/svn/util.c
URL: http://svn.apache.org/viewvc/subversion/branches/log-message-templates/subversion/svn/util.c?rev=1623794&r1=1623793&r2=1623794&view=diff
==============================================================================
--- subversion/branches/log-message-templates/subversion/svn/util.c (original)
+++ subversion/branches/log-message-templates/subversion/svn/util.c Tue Sep  9 12:33:03 2014
@@ -322,6 +322,7 @@ truncate_buffer_at_prefix(apr_size_t *ne
   /* NOTREACHED */
 }
 
+
 #define EDITOR_EOF_PREFIX  _("--This line, and those below, will be ignored--")
 
 svn_error_t *