Author: rinrab
Date: Tue Jun 17 18:39:19 2025
New Revision: 1926512
URL: http://svn.apache.org/viewvc?rev=1926512&view=rev
Log:
On the 'utf8-cmdline-prototype' branch: Follow-up to r1925846: format code.
Modified:
subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c
Modified: subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c
URL:
http://svn.apache.org/viewvc/subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c?rev=1926512&r1=1926511&r2=1926512&view=diff
==============================================================================
--- subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c (original)
+++ subversion/branches/utf8-cmdline-prototype/subversion/svn/svn.c Tue Jun 17
18:39:19 2025
@@ -2611,7 +2611,7 @@ sub_main(int *exit_code,
break;
case opt_with_revprop:
SVN_ERR(svn_opt_parse_revprop2(&opt_state.revprop_table,
- utf8_opt_arg, pool));
+ utf8_opt_arg, pool));
break;
case opt_parents:
opt_state.parents = TRUE;