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 2013/11/27 15:50:10 UTC

svn commit: r1546053 - /subversion/branches/verify-keep-going/subversion/libsvn_repos/dump.c

Author: stsp
Date: Wed Nov 27 14:50:10 2013
New Revision: 1546053

URL: http://svn.apache.org/r1546053
Log:
On the verify-keep-going branch:

* subversion/libsvn_repos/dump.c
  (svn_repos_verify_fs3): Fix spacing.

Modified:
    subversion/branches/verify-keep-going/subversion/libsvn_repos/dump.c

Modified: subversion/branches/verify-keep-going/subversion/libsvn_repos/dump.c
URL: http://svn.apache.org/viewvc/subversion/branches/verify-keep-going/subversion/libsvn_repos/dump.c?rev=1546053&r1=1546052&r2=1546053&view=diff
==============================================================================
--- subversion/branches/verify-keep-going/subversion/libsvn_repos/dump.c (original)
+++ subversion/branches/verify-keep-going/subversion/libsvn_repos/dump.c Wed Nov 27 14:50:10 2013
@@ -2349,7 +2349,7 @@ svn_repos_verify_fs3(svn_repos_t *repos,
   if (notify_func && keep_going && found_corruption)
     {
       notify_verification_summary(err, notify_func, notify_baton, iterpool);
-      for(i=0; i < error_summary->nelts; i++)
+      for (i = 0; i < error_summary->nelts; i++)
         {
           struct error_list *err_list = APR_ARRAY_IDX(error_summary, i,
                                                       struct error_list *);