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
diff --git a/subversion/svn/util.c b/subversion/svn/util.c
index 9dbd42d..5514dcb 100644
--- a/subversion/svn/util.c
+++ b/subversion/svn/util.c
@@ -803,9 +803,12 @@
                                             svn_boolean_t keep_last_origpath_on_truepath_collision,
                                             apr_pool_t *pool)
 {
-  svn_error_t *err = svn_client_args_to_target_array3(
-      targets, os, known_targets, ctx,
-      keep_last_origpath_on_truepath_collision, pool);
+  svn_error_t *err = svn_client_args_to_target_array3(targets,
+                                                      os,
+                                                      known_targets,
+                                                      ctx,
+                                                      keep_last_origpath_on_truepath_collision,
+                                                      pool);
 
   if (err)
     {