diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-05-31 20:58:28 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-05-31 20:58:28 +0000 |
commit | bbee6e0814d5875b85b81f26fd4ca7a28b6f9570 (patch) | |
tree | 726fcf32b39ca8976d7aa51b67c7236509f1bde4 /subversion/include/private/svn_branch.h | |
parent | 38cef28c88864beaadac7a7cffdec6da952c3eb2 (diff) |
Notes
Diffstat (limited to 'subversion/include/private/svn_branch.h')
-rw-r--r-- | subversion/include/private/svn_branch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/include/private/svn_branch.h b/subversion/include/private/svn_branch.h index 3fbaeb7ef77c3..df3a91c9a4880 100644 --- a/subversion/include/private/svn_branch.h +++ b/subversion/include/private/svn_branch.h @@ -98,7 +98,7 @@ extern "C" { * * An element may appear in any or all branches, and its EID is the same in * each branch in which the element appears. - * + * * By definition, an element keeps the same EID for its whole lifetime, even * if deleted from all branches and later 'resurrected'. * |