Commit bfc76e8f authored by Lev Walkin's avatar Lev Walkin

fix spacing

parent ea55215e
...@@ -73,7 +73,7 @@ static enum xer_pbd_rval ...@@ -73,7 +73,7 @@ static enum xer_pbd_rval
NULL__xer_body_decode(asn_TYPE_descriptor_t *td, void *sptr, const void *chunk_buf, size_t chunk_size) { NULL__xer_body_decode(asn_TYPE_descriptor_t *td, void *sptr, const void *chunk_buf, size_t chunk_size) {
(void)td; (void)td;
(void)sptr; (void)sptr;
(void)chunk_buf; /* Going to be empty according to the rules below. */ (void)chunk_buf; /* Going to be empty according to the rules below. */
/* /*
* There must be no content in self-terminating <NULL/> tag. * There must be no content in self-terminating <NULL/> tag.
......
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