Return-Path: Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: (qmail 17575 invoked from network); 11 Feb 2011 01:24:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2011 01:24:59 -0000 Received: (qmail 8872 invoked by uid 500); 11 Feb 2011 01:24:59 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 8817 invoked by uid 500); 11 Feb 2011 01:24:58 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 8808 invoked by uid 99); 11 Feb 2011 01:24:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 01:24:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 01:24:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CEE3523889BB; Fri, 11 Feb 2011 01:24:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1069655 - /subversion/branches/integrate-compression-level/subversion/include/svn_delta.h Date: Fri, 11 Feb 2011 01:24:35 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110211012435.CEE3523889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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,