You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/09/02 20:13:45 UTC

svn commit: r1700863 - /subversion/trunk/subversion/svnserve/serve.c

Author: stefan2
Date: Wed Sep  2 18:13:44 2015
New Revision: 1700863

URL: http://svn.apache.org/r1700863
Log:
* subversion/svnserve/serve.c
  (set_path): Code formatting fix. No functional change.

Modified:
    subversion/trunk/subversion/svnserve/serve.c

Modified: subversion/trunk/subversion/svnserve/serve.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnserve/serve.c?rev=1700863&r1=1700862&r2=1700863&view=diff
==============================================================================
--- subversion/trunk/subversion/svnserve/serve.c (original)
+++ subversion/trunk/subversion/svnserve/serve.c Wed Sep  2 18:13:44 2015
@@ -840,8 +840,8 @@ static svn_error_t *set_path(svn_ra_svn_
   svn_boolean_t start_empty;
 
   SVN_ERR(svn_ra_svn__parse_tuple(params, pool, "crb?(?c)?w",
-                                 &path, &rev, &start_empty, &lock_token,
-                                 &depth_word));
+                                  &path, &rev, &start_empty, &lock_token,
+                                  &depth_word));
   if (depth_word)
     depth = svn_depth_from_word(depth_word);
   path = svn_relpath_canonicalize(path, pool);