Author: breser
Date: Thu Nov 22 20:54:29 2012
New Revision: 1412673

URL: http://svn.apache.org/viewvc?rev=1412673&view=rev
Log:
* subversion/include/svn_dirent_uri.h
  Fix identation on the documentation that caused the relpath format section
  to be parsed as a sub section of the uri format section.

Modified:
    subversion/trunk/subversion/include/svn_dirent_uri.h

Modified: subversion/trunk/subversion/include/svn_dirent_uri.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_dirent_uri.h?rev=1412673&r1=1412672&r2=1412673&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_dirent_uri.h (original)
+++ subversion/trunk/subversion/include/svn_dirent_uri.h Thu Nov 22 20:54:29 
2012
@@ -32,7 +32,7 @@
  *    But not:
  *       "http://server";
  *
- * - a uri, for our purposes, is a percent-encoded, absolute path
+ *  - a uri, for our purposes, is a percent-encoded, absolute path
  *    (URI) that starts with a schema definition.  In practice, these
  *    tend to look like URLs, but never carry query strings.
  *    Examples:


Reply via email to