Author: stefan2
Date: Sat Apr 7 11:22:52 2012
New Revision: 1310740
URL: http://svn.apache.org/viewvc?rev=1310740&view=rev
Log:
Partly undo r1310735: automatic extra whitespce removal is evil.
* subversion/libsvn_fs_fs/fs_fs.c
re-insert page breaks.
Modified:
subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c
Modified: subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c?rev=1310740&r1=1310739&r2=1310740&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Sat Apr 7 11:22:52 2012
@@ -851,7 +851,7 @@ purge_shared_txn(svn_fs_t *fs, const cha
{
return with_txnlist_lock(fs, purge_shared_txn_body, txn_id, pool);
}
-
+
/* Fetch the current offset of FILE into *OFFSET_P. */
@@ -7492,7 +7492,7 @@ svn_fs_fs__delete_node_revision(svn_fs_t
}
-
+
/*** Revisions ***/
svn_error_t *
@@ -7577,7 +7577,7 @@ svn_fs_fs__change_rev_prop(svn_fs_t *fs,
}
-
+
/*** Transactions ***/
svn_error_t *
@@ -7594,7 +7594,7 @@ svn_fs_fs__get_txn_ids(const svn_fs_id_t
return SVN_NO_ERROR;
}
-
+
/* Generic transaction operations. */
svn_error_t *
@@ -7660,7 +7660,7 @@ svn_fs_fs__begin_txn(svn_fs_txn_t **txn_
return svn_fs_fs__change_txn_props(*txn_p, props, pool);
}
-
+
/****** Packing FSFS shards *********/
/* Write a file FILENAME in directory FS_PATH, containing a single line
@@ -7893,7 +7893,7 @@ svn_fs_fs__pack(svn_fs_t *fs,
return svn_fs_fs__with_write_lock(fs, pack_body, &pb, pool);
}
-
+
/** Verifying. **/
/* Used by svn_fs_fs__verify().
@@ -7974,7 +7974,7 @@ svn_fs_fs__verify(svn_fs_t *fs,
}
-
+
/** Hotcopy. **/
/* Like svn_io_dir_file_copy(), but doesn't copy files that exist at