* branches/file-externals:file-externals
authorblair <blair@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Thu, 15 May 2008 04:12:40 +0000 (15 04:12 +0000)
committerblair <blair@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Thu, 15 May 2008 04:12:40 +0000 (15 04:12 +0000)
  My first svn 1.5 merge commit, no more svnmerge.py :) Bring up to
    date with trunk.

git-svn-id: http://svn.collab.net/repos/svn/branches/file-externals@31188 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a

subversion/include/svn_wc.h

index 7818b79..a022556 100644 (file)
@@ -1778,14 +1778,17 @@ typedef struct svn_wc_entry_t
    * @since New in 1.2.
    */
   const char *lock_token;
+
   /** lock owner, or NULL if not locked in this WC
    * @since New in 1.2.
    */
   const char *lock_owner;
+
   /** lock comment or NULL if not locked in this WC or no comment
    * @since New in 1.2.
    */
   const char *lock_comment;
+
   /** Lock creation date or 0 if not locked in this WC
    * @since New in 1.2.
    */
@@ -1862,7 +1865,6 @@ typedef struct svn_wc_entry_t
    * read_entry()
    * write_entry()
    * fold_entry()
-   *
    */
 } svn_wc_entry_t;