svn commit: r1922625 - /subversion/trunk/subversion/svn/proplist-cmd.c

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: rinrab
Date: Sat Dec 21 21:35:20 2024
New Revision: 1922625

URL: http://svn.apache.org/viewvc?rev=1922625&view=rev
Log:
Little code format in the proplist-cmd.c file.

* subversion/svn/proplist-cmd.c
  (proplist_receiver_xml): Indent a block to the left.

Modified:
    subversion/trunk/subversion/svn/proplist-cmd.c

Modified: subversion/trunk/subversion/svn/proplist-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/proplist-cmd.c?rev=1922625&r1=1922624&r2=1922625&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/proplist-cmd.c (original)
+++ subversion/trunk/subversion/svn/proplist-cmd.c Sat Dec 21 21:35:20 2024
@@ -106,16 +106,16 @@ proplist_receiver_xml(void *baton,
   if (prop_hash)
     {
       /* "<target ...>" */
-        svn_xml_make_open_tag(&sb, pool, svn_xml_normal, "target",
-                              "path", name_local, SVN_VA_NULL);
+      svn_xml_make_open_tag(&sb, pool, svn_xml_normal, "target",
+                            "path", name_local, SVN_VA_NULL);
 
-        SVN_ERR(svn_cmdline__print_xml_prop_hash(&sb, prop_hash,
-                                                 (! opt_state->verbose),
-                                                 FALSE, pool));
+      SVN_ERR(svn_cmdline__print_xml_prop_hash(&sb, prop_hash,
+                                                (! opt_state->verbose),
+                                                FALSE, pool));
 
-        /* "</target>" */
-        svn_xml_make_close_tag(&sb, pool, "target");
-        SVN_ERR(svn_cl__error_checked_fputs(sb->data, stdout));
+      /* "</target>" */
+      svn_xml_make_close_tag(&sb, pool, "target");
+      SVN_ERR(svn_cl__error_checked_fputs(sb->data, stdout));
     }
 
   return SVN_NO_ERROR;
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.