[Expat-checkins] expat/lib xmlparse.c,1.44,1.45

Greg Stein gstein@lyra.org
Thu Jun 13 11:48:04 2002


On Thu, Jun 13, 2002 at 05:52:41AM -0700, kwaclaw@users.sourceforge.net wrote:
>...
> +++ xmlparse.c	13 Jun 2002 12:52:39 -0000	1.45
>...
> @@ -1741,6 +1743,7 @@
>  	tag->parent = tagStack;
>  	tagStack = tag;
>  	tag->name.localPart = NULL;
> +  tag->name.prefix = NULL;

The indentation is off here. It looks like your new line uses spaces (good!)
but the surrounding lines use tabs.

Any opinions on "detabifying" the source code? (that is: convert all tabs to
spaces, and state that the "style" is no-tabs)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/