You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2014/06/18 17:57:55 UTC

svn commit: r1603499 - /subversion/trunk/subversion/libsvn_fs_fs/transaction.c

Author: kotkov
Date: Wed Jun 18 15:57:55 2014
New Revision: 1603499

URL: http://svn.apache.org/r1603499
Log:
* subversion/libsvn_fs_fs/transaction.c
  (commit_body): Tweak the comment formatting, for consistency's sake.
    No functional change.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/transaction.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/transaction.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/transaction.c?rev=1603499&r1=1603498&r2=1603499&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/transaction.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/transaction.c Wed Jun 18 15:57:55 2014
@@ -3602,8 +3602,8 @@ commit_body(void *baton, apr_pool_t *poo
      discovered locks. */
   SVN_ERR(verify_locks(cb->fs, txn_id, pool));
 
-  /* we need the changes list for verification as well as for writing it
-     to the final rev file */
+  /* We need the changes list for verification as well as for writing it
+     to the final rev file. */
   SVN_ERR(svn_fs_fs__txn_changes_fetch(&changed_paths, cb->fs, txn_id,
                                        pool));