You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2012/08/23 21:05:46 UTC

svn commit: r1376650 - /subversion/branches/inheritable-props/subversion/svn/propget-cmd.c

Author: pburba
Date: Thu Aug 23 19:05:45 2012
New Revision: 1376650

URL: http://svn.apache.org/viewvc?rev=1376650&view=rev
Log:
On the inheritable-props branch: Some whitespace cleanup.

* subversion/svn/propget-cmd.c
  (print_properties): Remove trailing whitespace.

Modified:
    subversion/branches/inheritable-props/subversion/svn/propget-cmd.c

Modified: subversion/branches/inheritable-props/subversion/svn/propget-cmd.c
URL: http://svn.apache.org/viewvc/subversion/branches/inheritable-props/subversion/svn/propget-cmd.c?rev=1376650&r1=1376649&r2=1376650&view=diff
==============================================================================
--- subversion/branches/inheritable-props/subversion/svn/propget-cmd.c (original)
+++ subversion/branches/inheritable-props/subversion/svn/propget-cmd.c Thu Aug 23 19:05:45 2012
@@ -217,19 +217,19 @@ print_single_prop(svn_string_t *propval,
    PROPS is a hash mapping (const char *) path to (svn_string_t) property
    value.  INHERITED_PROPS is a depth-first ordered array of
    svn_prop_inherited_item_t * structures.
-   
+
    PROPS may be an empty hash, but is never null.  INHERITED_PROPS may be
    null.
-   
+
    If IS_URL is true, all paths in PROPS are URLs, else all paths are local
    paths.
-   
+
    PNAME_UTF8 is the property name of all the properties.
-   
+
    If PRINT_FILENAMES is true, print the item's path before each property.
-   
+
    If OMIT_NEWLINE is true, don't add a newline at the end of each property.
-   
+
    If LIKE_PROPLIST is true, print everything in a more verbose format
    like "svn proplist -v" does. */
 static svn_error_t *