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

svn commit: r1646679 - /subversion/branches/fsx-id/subversion/libsvn_fs_x/noderevs.c

Author: stefan2
Date: Fri Dec 19 11:37:23 2014
New Revision: 1646679

URL: http://svn.apache.org/r1646679
Log:
On the fsx-id branch:  Indentation and white fixes. No functional change.

* subversion/libsvn_fs_x/noderevs.c
  (svn_fs_x__noderevs_add): Fix indentation.
  (svn_fs_x__noderevs_get_func): Remove whitespaces from empty lines.

Modified:
    subversion/branches/fsx-id/subversion/libsvn_fs_x/noderevs.c

Modified: subversion/branches/fsx-id/subversion/libsvn_fs_x/noderevs.c
URL: http://svn.apache.org/viewvc/subversion/branches/fsx-id/subversion/libsvn_fs_x/noderevs.c?rev=1646679&r1=1646678&r2=1646679&view=diff
==============================================================================
--- subversion/branches/fsx-id/subversion/libsvn_fs_x/noderevs.c (original)
+++ subversion/branches/fsx-id/subversion/libsvn_fs_x/noderevs.c Fri Dec 19 11:37:23 2014
@@ -303,8 +303,8 @@ svn_fs_x__noderevs_add(svn_fs_x__noderev
   if (noderev->created_path)
     binary_noderev.created_path
       = svn_fs_x__string_table_builder_add(container->builder,
-                                            noderev->created_path,
-                                            0);
+                                           noderev->created_path,
+                                           0);
 
   binary_noderev.mergeinfo_count = noderev->mergeinfo_count;
   
@@ -880,11 +880,11 @@ svn_fs_x__noderevs_get_func(void **out,
   resolve_apr_array_header(&ids, container, &container->ids);
   resolve_apr_array_header(&reps, container, &container->reps);
   resolve_apr_array_header(&noderevs, container, &container->noderevs);
-  
+
   /* allocate result struct and fill it field by field */
   noderev = apr_pcalloc(pool, sizeof(*noderev));
   binary_noderev = &APR_ARRAY_IDX(&noderevs, idx, binary_noderev_t);
-  
+
   noderev->kind = (svn_node_kind_t)(binary_noderev->flags & NODEREV_KIND_MASK);
   SVN_ERR(get_id(&noderev->id, &ids, binary_noderev->id, pool));
   SVN_ERR(get_id(&noderev->predecessor_id, &ids,