You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pr...@apache.org on 2013/06/13 14:09:24 UTC

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

Author: prabhugs
Date: Thu Jun 13 12:09:24 2013
New Revision: 1492637

URL: http://svn.apache.org/r1492637
Log:
Remove blank lines.

* subversion/libsvn_repos/dump.c
  (verify_one_revision) : Remove blank line.
  (svn_repos_verify_fs3): Remove blank line.
  (svn_repos_verify_fs3): Remove blank line.

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=1492637&r1=1492636&r2=1492637&view=diff
==============================================================================
--- subversion/branches/verify-keep-going/subversion/libsvn_repos/dump.c (original)
+++ subversion/branches/verify-keep-going/subversion/libsvn_repos/dump.c Thu Jun 13 12:09:24 2013
@@ -1363,7 +1363,6 @@ verify_one_revision(svn_fs_t *fs,
 {
   const svn_delta_editor_t *dump_editor;
   void *dump_edit_baton;
- 
   svn_fs_root_t *to_root;
   apr_hash_t *props;
   const svn_delta_editor_t *cancel_editor;
@@ -1442,7 +1441,6 @@ svn_repos_verify_fs3(svn_repos_t *repos,
   svn_repos_notify_t *notify;
   svn_fs_progress_notify_func_t verify_notify = NULL;
   struct verify_fs2_notify_func_baton_t *verify_notify_baton = NULL;
-
   svn_error_t *err;
   svn_boolean_t found_corruption = FALSE;
 
@@ -1473,7 +1471,6 @@ svn_repos_verify_fs3(svn_repos_t *repos,
     {
       notify = svn_repos_notify_create(svn_repos_notify_verify_rev_end,
                                        pool);
-
       verify_notify = verify_fs2_notify_func;
       verify_notify_baton = apr_palloc(pool, sizeof(*verify_notify_baton));
       verify_notify_baton->notify_func = notify_func;