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/10/25 11:36:37 UTC

svn commit: r1535666 - /subversion/branches/log-addressing/subversion/libsvn_fs_fs/index.c

Author: stefan2
Date: Fri Oct 25 09:36:36 2013
New Revision: 1535666

URL: http://svn.apache.org/r1535666
Log:
On the log-addressing branch: No functional change.

* subversion/libsvn_fs_fs/index.c
  (svn_fs_fs__p2l_index_create): remove trailing spaces.

Modified:
    subversion/branches/log-addressing/subversion/libsvn_fs_fs/index.c

Modified: subversion/branches/log-addressing/subversion/libsvn_fs_fs/index.c
URL: http://svn.apache.org/viewvc/subversion/branches/log-addressing/subversion/libsvn_fs_fs/index.c?rev=1535666&r1=1535665&r2=1535666&view=diff
==============================================================================
--- subversion/branches/log-addressing/subversion/libsvn_fs_fs/index.c (original)
+++ subversion/branches/log-addressing/subversion/libsvn_fs_fs/index.c Fri Oct 25 09:36:36 2013
@@ -1611,7 +1611,7 @@ svn_fs_fs__p2l_index_create(svn_fs_t *fs
           if (entry.item.revision == SVN_INVALID_REVNUM)
             entry.item.revision = revision;
         }
-      
+
       /* end pages if entry is extending beyond their boundaries */
       entry_end = entry.offset + entry.size;
       while (entry_end - last_page_end > page_size)
@@ -1647,7 +1647,7 @@ svn_fs_fs__p2l_index_create(svn_fs_t *fs
       compound = entry.item.number * 8 + entry.type;
       compound_diff = compound - last_compound;
       last_compound = compound;
-      
+
       SVN_ERR(svn_spillbuf__write(buffer, (const char *)encoded,
                                   encode_int(encoded, compound_diff),
                                   iter_pool));