You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/04/28 18:36:37 UTC

svn commit: r939006 - /subversion/trunk/subversion/mod_dav_svn/reports/update.c

Author: rhuijben
Date: Wed Apr 28 16:36:37 2010
New Revision: 939006

URL: http://svn.apache.org/viewvc?rev=939006&view=rev
Log:
* subversion/mod_dav_svn/reports/update.c
  (dav_svn__update_report): Fix accidental whitespace change caused by
    constructing the log message for r939002. Hopefully this commit
    also triggers the eu asf mirror to synchronize back to HEAD.

Modified:
    subversion/trunk/subversion/mod_dav_svn/reports/update.c

Modified: subversion/trunk/subversion/mod_dav_svn/reports/update.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/reports/update.c?rev=939006&r1=939005&r2=939006&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/reports/update.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/reports/update.c Wed Apr 28 16:36:37 2010
@@ -913,8 +913,8 @@ malformed_element_error(const char *tagn
                                 SVN_DAV_ERROR_NAMESPACE, SVN_DAV_ERROR_TAG);
 }
 
-dav_error *
 
+dav_error *
 dav_svn__update_report(const dav_resource *resource,
                        const apr_xml_doc *doc,
                        ap_filter_t *output)