You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2003/03/10 19:34:12 UTC

cvs commit: apr-util/include apr_xml.h

wrowe       2003/03/10 10:34:12

  Modified:    include  apr_xml.h
  Log:
    Fix some oddball lineending bogosity
  
  Revision  Changes    Path
  1.22      +2 -2      apr-util/include/apr_xml.h
  
  Index: apr_xml.h
  ===================================================================
  RCS file: /home/cvs/apr-util/include/apr_xml.h,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- apr_xml.h	3 Mar 2003 23:41:11 -0000	1.21
  +++ apr_xml.h	10 Mar 2003 18:34:12 -0000	1.22
  @@ -189,7 +189,7 @@
       /** attribute value */
       const char *value;
   
  -    /** next attribute
 */
  +    /** next attribute */
       struct apr_xml_attr *next;
   };
   
  @@ -207,7 +207,7 @@
       /** cdata after MY end tag */
       apr_text_header following_cdata;
   
  -    /** parent element 
*/
  +    /** parent element */
       struct apr_xml_elem *parent;	
       /** next (sibling) element */
       struct apr_xml_elem *next;