You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/04/30 01:43:04 UTC

svn commit: r1591145 - /subversion/branches/1.8.x-r1536931/subversion/tests/libsvn_wc/op-depth-test.c

Author: breser
Date: Tue Apr 29 23:43:03 2014
New Revision: 1591145

URL: http://svn.apache.org/r1591145
Log:
On the 1.8.x-r1536931 branch: Fix a sprious whitespace change I introduced in r1591144.

* subversion/tests/libsvn_wc/op-depth-test.c
  (move_replace_ancestor_with_child): Restore the missing blank line.

Modified:
    subversion/branches/1.8.x-r1536931/subversion/tests/libsvn_wc/op-depth-test.c

Modified: subversion/branches/1.8.x-r1536931/subversion/tests/libsvn_wc/op-depth-test.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x-r1536931/subversion/tests/libsvn_wc/op-depth-test.c?rev=1591145&r1=1591144&r2=1591145&view=diff
==============================================================================
--- subversion/branches/1.8.x-r1536931/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/branches/1.8.x-r1536931/subversion/tests/libsvn_wc/op-depth-test.c Tue Apr 29 23:43:03 2014
@@ -8551,6 +8551,7 @@ static svn_error_t *
 move_replace_ancestor_with_child(const svn_test_opts_t *opts, apr_pool_t *pool)
 {
     svn_test__sandbox_t b;
+
     SVN_ERR(svn_test__sandbox_create(&b, "move_replace_ancestor_with_child", opts,
         pool));