Author: kotkov
Date: Thu Dec 1 10:44:28 2022
New Revision: 1905664
URL: http://svn.apache.org/viewvc?rev=1905664&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch: Following up on r1905662,
fix invalid indentation in a docstring. No functional changes.
* subversion/include/svn_wc.h
(svn_wc_textbase_sync): Fix indentation in a docstring.
Modified:
subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h
Modified:
subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h
URL:
http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h?rev=1905664&r1=1905663&r2=1905664&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h
(original)
+++ subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h
Thu Dec 1 10:44:28 2022
@@ -7505,22 +7505,22 @@ typedef svn_error_t *(*svn_wc_textbase_f
void *cancel_baton,
apr_pool_t *scratch_pool);
- /** Synchronize the state of the text-base contents for the
- * @a local_abspath tree.
- *
- * If @a allow_hydrate is true, fetch the required but missing text-base
- * contents using the provided @a fetch_callback and @a fetch_baton.
- * If @a allow_hydrate is false, @a fetch_callback will not be used and
- * may be @c NULL.
- *
- * If @a allow_dehydrate is true, remove the on disk text-base contents
- * that is not required.
- *
- * @see svn_wc_textbase_hydrate_cb_t
- * @see svn_client__textbase_sync for usage/implementation example.
- *
- * @since New in 1.15.
- */
+/** Synchronize the state of the text-base contents for the
+ * @a local_abspath tree.
+ *
+ * If @a allow_hydrate is true, fetch the required but missing text-base
+ * contents using the provided @a fetch_callback and @a fetch_baton.
+ * If @a allow_hydrate is false, @a fetch_callback will not be used and
+ * may be @c NULL.
+ *
+ * If @a allow_dehydrate is true, remove the on disk text-base contents
+ * that is not required.
+ *
+ * @see svn_wc_textbase_hydrate_cb_t
+ * @see svn_client__textbase_sync for usage/implementation example.
+ *
+ * @since New in 1.15.
+ */
svn_error_t *
svn_wc_textbase_sync(svn_wc_context_t *wc_ctx,
const char *local_abspath,