You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by iv...@apache.org on 2015/09/19 14:47:46 UTC

svn commit: r1704006 - /subversion/branches/reuse-ra-session/subversion/include/private/svn_ra_private.h

Author: ivan
Date: Sat Sep 19 12:47:45 2015
New Revision: 1704006

URL: http://svn.apache.org/viewvc?rev=1704006&view=rev
Log:
On the reuse-ra-session branch: Revert unintended change on the branch.

* subversion/include/private/svn_ra_private.h
  (): Add empty line to avoid change in file on reintegrate merge.

Modified:
    subversion/branches/reuse-ra-session/subversion/include/private/svn_ra_private.h

Modified: subversion/branches/reuse-ra-session/subversion/include/private/svn_ra_private.h
URL: http://svn.apache.org/viewvc/subversion/branches/reuse-ra-session/subversion/include/private/svn_ra_private.h?rev=1704006&r1=1704005&r2=1704006&view=diff
==============================================================================
--- subversion/branches/reuse-ra-session/subversion/include/private/svn_ra_private.h (original)
+++ subversion/branches/reuse-ra-session/subversion/include/private/svn_ra_private.h Sat Sep 19 12:47:45 2015
@@ -40,6 +40,7 @@ extern "C" {
 #endif /* __cplusplus */
 
 
+
 /**
  * Open a new ra session @a *new_session to the same repository as an existing
  * ra session @a old_session, copying the callbacks, auth baton, etc. from the