You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jo...@apache.org on 2021/12/01 12:33:27 UTC

svn commit: r1895460 - in /subversion/trunk/subversion/svn: shelf-cmd.c shelf2-cmd.c

Author: jorton
Date: Wed Dec  1 12:33:26 2021
New Revision: 1895460

URL: http://svn.apache.org/viewvc?rev=1895460&view=rev
Log:
Fix indentation which triggers gcc -Wmisleading-indentation warnings.
No functional change.

* subversion/svn/shelf2-cmd.c
  (svn_cl__shelf_shelve): Fix indentation.

* subversion/svn/shelf-cmd.c
  (svn_cl__shelf_shelve): Fix indentation.

Modified:
    subversion/trunk/subversion/svn/shelf-cmd.c
    subversion/trunk/subversion/svn/shelf2-cmd.c

Modified: subversion/trunk/subversion/svn/shelf-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/shelf-cmd.c?rev=1895460&r1=1895459&r2=1895460&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/shelf-cmd.c (original)
+++ subversion/trunk/subversion/svn/shelf-cmd.c Wed Dec  1 12:33:26 2021
@@ -897,7 +897,7 @@ svn_cl__shelf_shelve(apr_getopt_t *os,
     else
       SVN_ERR(err);
 
-      if (! opt_state->quiet)
+    if (! opt_state->quiet)
       {
         if (opt_state->keep_local)
           SVN_ERR(svn_cmdline_printf(pool,

Modified: subversion/trunk/subversion/svn/shelf2-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/shelf2-cmd.c?rev=1895460&r1=1895459&r2=1895460&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/shelf2-cmd.c (original)
+++ subversion/trunk/subversion/svn/shelf2-cmd.c Wed Dec  1 12:33:26 2021
@@ -897,7 +897,7 @@ svn_cl__shelf_shelve(apr_getopt_t *os,
     else
       SVN_ERR(err);
 
-      if (! opt_state->quiet)
+    if (! opt_state->quiet)
       {
         if (opt_state->keep_local)
           SVN_ERR(svn_cmdline_printf(pool,