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 2011/02/11 02:24:35 UTC

svn commit: r1069655 - /subversion/branches/integrate-compression-level/subversion/include/svn_delta.h

Author: stefan2
Date: Fri Feb 11 01:24:35 2011
New Revision: 1069655

URL: http://svn.apache.org/viewvc?rev=1069655&view=rev
Log:
Minor formatting fix.

* subversion/include/svn_delta.h
  (svn_txdelta_to_svndiff2): fix indentation of docstring

Found by: zhakov

Modified:
    subversion/branches/integrate-compression-level/subversion/include/svn_delta.h

Modified: subversion/branches/integrate-compression-level/subversion/include/svn_delta.h
URL: http://svn.apache.org/viewvc/subversion/branches/integrate-compression-level/subversion/include/svn_delta.h?rev=1069655&r1=1069654&r2=1069655&view=diff
==============================================================================
--- subversion/branches/integrate-compression-level/subversion/include/svn_delta.h (original)
+++ subversion/branches/integrate-compression-level/subversion/include/svn_delta.h Fri Feb 11 01:24:35 2011
@@ -472,11 +472,11 @@ svn_txdelta_to_svndiff3(svn_txdelta_wind
                         int compression_level,
                         apr_pool_t *pool);
 
- /** Similar to svn_txdelta_to_svndiff3, but always using the SVN default
-  * compression level (@ref SVNDIFF1_COMPRESS_LEVEL).
-  *
-  * @since New in 1.4.
-  */
+/** Similar to svn_txdelta_to_svndiff3, but always using the SVN default
+ * compression level (@ref SVNDIFF1_COMPRESS_LEVEL).
+ *
+ * @since New in 1.4.
+ */
 void
 svn_txdelta_to_svndiff2(svn_txdelta_window_handler_t *handler,
                         void **handler_baton,