You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/12/19 00:06:06 UTC

svn commit: r1423710 - /subversion/branches/in-repo-authz/subversion/libsvn_repos/repos.c

Author: breser
Date: Tue Dec 18 23:06:05 2012
New Revision: 1423710

URL: http://svn.apache.org/viewvc?rev=1423710&view=rev
Log:
On the 'in-repos-authz' branch: Cleanup some whitespace.

Follow up to r1423708.

* subversion/libsvn_repos/repos.c
  (create_conf): Remove some extra whitespace.

Modified:
    subversion/branches/in-repo-authz/subversion/libsvn_repos/repos.c

Modified: subversion/branches/in-repo-authz/subversion/libsvn_repos/repos.c
URL: http://svn.apache.org/viewvc/subversion/branches/in-repo-authz/subversion/libsvn_repos/repos.c?rev=1423710&r1=1423709&r2=1423710&view=diff
==============================================================================
--- subversion/branches/in-repo-authz/subversion/libsvn_repos/repos.c (original)
+++ subversion/branches/in-repo-authz/subversion/libsvn_repos/repos.c Tue Dec 18 23:06:05 2012
@@ -1022,7 +1022,7 @@ create_conf(svn_repos_t *repos, apr_pool
 "### directory containing this file.  The specified path may be a"           NL
 "### repository relative URL (^/) or an absolute file:// URL to a text"      NL
 "### file in a Subversion repository.  If you don't specify an authz-db,"    NL
-"### no path-based access control is done."                                     NL
+"### no path-based access control is done."                                  NL
 "### Uncomment the line below to use the default authorization file."        NL
 "# authz-db = " SVN_REPOS__CONF_AUTHZ                                        NL
 "### This option specifies the authentication realm of the repository."      NL