Author: rinrab
Date: Thu Dec 11 20:01:25 2025
New Revision: 1930450

Log:
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.

Modified:
   subversion/branches/utf8-cmdline-prototype/subversion/svn/util.c

Modified: subversion/branches/utf8-cmdline-prototype/subversion/svn/util.c
==============================================================================
--- subversion/branches/utf8-cmdline-prototype/subversion/svn/util.c    Thu Dec 
11 19:56:07 2025        (r1930449)
+++ subversion/branches/utf8-cmdline-prototype/subversion/svn/util.c    Thu Dec 
11 20:01:25 2025        (r1930450)
@@ -803,9 +803,12 @@ svn_cl__args_to_target_array_print_reser
                                             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)
     {

Reply via email to