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 2013/02/20 16:34:52 UTC

svn commit: r1448239 - /subversion/trunk/subversion/libsvn_wc/copy.c

Author: stsp
Date: Wed Feb 20 15:34:51 2013
New Revision: 1448239

URL: http://svn.apache.org/r1448239
Log:
* subversion/libsvn_wc/copy.c
  (remove_node_conflict_markers): Indentation fix.

Modified:
    subversion/trunk/subversion/libsvn_wc/copy.c

Modified: subversion/trunk/subversion/libsvn_wc/copy.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/copy.c?rev=1448239&r1=1448238&r2=1448239&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/copy.c (original)
+++ subversion/trunk/subversion/libsvn_wc/copy.c Wed Feb 20 15:34:51 2013
@@ -836,7 +836,7 @@ remove_node_conflict_markers(svn_wc__db_
   svn_skel_t *conflict;
 
   SVN_ERR(svn_wc__db_read_conflict(&conflict, db, src_abspath,
-                                 scratch_pool, scratch_pool));
+                                   scratch_pool, scratch_pool));
 
   /* Do we have conflict markers that should be removed? */
   if (conflict != NULL)