Skip to content

Commit bd56269

Browse files
committed
On the 'utf8-cmdline-prototype' branch: Revert unrelated formatting changes in
svn_cl__args_to_target_array_print_reserved to keep the diff clean and minimal. * subversion/svn/util.c (svn_cl__args_to_target_array_print_reserved): Format svn_client_args_to_target_array3() call using arguments-per-line style. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/utf8-cmdline-prototype@1930450 13f79535-47bb-0310-9956-ffa450edef68
1 parent 51f32b6 commit bd56269

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

subversion/svn/util.c

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -803,9 +803,12 @@ svn_cl__args_to_target_array_print_reserved(apr_array_header_t **targets,
803803
svn_boolean_t keep_last_origpath_on_truepath_collision,
804804
apr_pool_t *pool)
805805
{
806-
svn_error_t *err = svn_client_args_to_target_array3(
807-
targets, os, known_targets, ctx,
808-
keep_last_origpath_on_truepath_collision, pool);
806+
svn_error_t *err = svn_client_args_to_target_array3(targets,
807+
os,
808+
known_targets,
809+
ctx,
810+
keep_last_origpath_on_truepath_collision,
811+
pool);
809812

810813
if (err)
811814
{

0 commit comments

Comments
 (0)