Commit 5a0436c8 authored by Lev Walkin's avatar Lev Walkin

indent

parent ae0c3c27
...@@ -85,8 +85,8 @@ xer_next_token(int *stateContext, const void *buffer, size_t size, pxer_chunk_ty ...@@ -85,8 +85,8 @@ xer_next_token(int *stateContext, const void *buffer, size_t size, pxer_chunk_ty
*ch_type = PXER_TEXT; *ch_type = PXER_TEXT;
break; break;
case PXML_TAG: case PXML_TAG:
*ch_type = PXER_WMORE; *ch_type = PXER_WMORE;
return 0; /* Want more */ return 0; /* Want more */
case PXML_TAG_END: case PXML_TAG_END:
*ch_type = PXER_TAG; *ch_type = PXER_TAG;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment