You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2012/11/29 21:43:37 UTC

svn commit: r1415363 - /subversion/trunk/subversion/include/svn_props.h

Author: julianfoad
Date: Thu Nov 29 20:43:36 2012
New Revision: 1415363

URL: http://svn.apache.org/viewvc?rev=1415363&view=rev
Log:
* subversion/include/svn_props.h
  (SVN_PROP_NODE_ALL_PROPS): Add a trailing comma, for consistency with
    SVN_PROP_REVISION_ALL_PROPS, on the basis that consistency beats any
    other reason in an obscure corner like this.

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

Modified: subversion/trunk/subversion/include/svn_props.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_props.h?rev=1415363&r1=1415362&r2=1415363&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_props.h (original)
+++ subversion/trunk/subversion/include/svn_props.h Thu Nov 29 20:43:36 2012
@@ -451,7 +451,7 @@ svn_prop_name_is_valid(const char *prop_
                                 SVN_PROP_TEXT_TIME, \
                                 SVN_PROP_OWNER, \
                                 SVN_PROP_GROUP, \
-                                SVN_PROP_UNIX_MODE
+                                SVN_PROP_UNIX_MODE,
 
 /** @} */