| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Subversion
Revision: 32950
Author: blair
Date: 06 Sep 2008 20:47:53
Changes:* subversion/include/svn_wc.h
(struct svn_wc_revision_status_t):
Style fix.
| ... | ...@@ -4914,8 +4914,7 @@ | |
| 4914 | 4914 | * @since New in 1.5. |
| 4915 | 4915 | */ |
| 4916 | 4916 | svn_boolean_t sparse_checkout; |
| 4917 | } | |
| 4918 | svn_wc_revision_status_t; | |
| 4917 | } svn_wc_revision_status_t; | |
| 4919 | 4918 | |
| 4920 | 4919 | /** Set @a *result_p to point to a new @c svn_wc_revision_status_t structure |
| 4921 | 4920 | * containing a summary of the revision range and status of the working copy |