svn commit: r1930450 - subversion/branches/utf8-cmdline-prototype/subversion/svn

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <176548328608.3755479.11759364936009306531@svn02-us-east.apache.org>
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)
     {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.