Author: ivan
Date: Fri Feb 6 21:47:37 2015
New Revision: 1657972
URL: http://svn.apache.org/r1657972
Log:
* subversion/libsvn_fs_fs/cached_data.c
(get_dir_contents, locate_dir_cache): Remove extra whitespace. No
functional changes.
Modified:
subversion/trunk/subversion/libsvn_fs_fs/cached_data.c
Modified: subversion/trunk/subversion/libsvn_fs_fs/cached_data.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/cached_data.c?rev=1657972&r1=1657971&r2=1657972&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/cached_data.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/cached_data.c Fri Feb 6 21:47:37
2015
@@ -2460,7 +2460,7 @@ get_dir_contents(apr_array_header_t **en
changes we've made in this transaction. */
SVN_ERR(svn_stream_open_readonly(&contents, filename, scratch_pool,
scratch_pool));
- SVN_ERR(read_dir_entries(*entries, contents, TRUE, noderev->id,
+ SVN_ERR(read_dir_entries(*entries, contents, TRUE, noderev->id,
result_pool, scratch_pool));
SVN_ERR(svn_stream_close(contents));
}
@@ -2524,7 +2524,7 @@ locate_dir_cache(svn_fs_t *fs,
A NULL key causes a cache miss. */
*key = NULL;
}
-
+
return ffd->dir_cache;
}
}