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 2014/09/05 12:36:20 UTC

svn commit: r1622679 - /subversion/branches/log-message-templates/subversion/include/svn_client.h

Author: stsp
Date: Fri Sep  5 10:36:20 2014
New Revision: 1622679

URL: http://svn.apache.org/r1622679
Log:
On the log-message-templates branch:

* subversion/include/svn_client.h
  (svn_client_ctx_t): Fix indentation of docstring.

Modified:
    subversion/branches/log-message-templates/subversion/include/svn_client.h

Modified: subversion/branches/log-message-templates/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/branches/log-message-templates/subversion/include/svn_client.h?rev=1622679&r1=1622678&r2=1622679&view=diff
==============================================================================
--- subversion/branches/log-message-templates/subversion/include/svn_client.h (original)
+++ subversion/branches/log-message-templates/subversion/include/svn_client.h Fri Sep  5 10:36:20 2014
@@ -1001,8 +1001,8 @@ typedef struct svn_client_ctx_t
 
   /** Log message callback function. NULL means that Subversion
    *   should try @c log_msg_func2, then @c log_msg_func.
-    * @deprecated Provided for backward compatibility with the 1.8 API.
-    * Use @c log_msg_func4 instead.
+   * @deprecated Provided for backward compatibility with the 1.8 API.
+   * Use @c log_msg_func4 instead.
    * @since New in 1.5. */
   svn_client_get_commit_log3_t log_msg_func3;