Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the trunk, merge.c: Separate the code for mergeinfo adjustments by
a few newlines. We have the following structure here: - Declaration of the local variables related to this scope. - find_nearest_ancestor_with_intersecting_ranges() - Initialization of `loc1`, `loc2`, and `source` variables. - make_conflict_versions(&left, &right) In general, this scope is existing for proper initialization of `left` and `right` pointers-to-structure. * subversion/libsvn_client/merge.c (record_tree_conflict): Ditto. No functional changes. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922158 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information