Reformat code with consistent style
This commit is contained in:
parent
7637e6f609
commit
9719fbf303
3
xml.c
3
xml.c
@ -129,8 +129,7 @@ parseXml(xmlDocPtr doc,
|
|||||||
|
|
||||||
strcat(item->categories, " ");
|
strcat(item->categories, " ");
|
||||||
strcat(item->categories, itemKey);
|
strcat(item->categories, itemKey);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
item->categories = ecalloc(
|
item->categories = ecalloc(
|
||||||
strlen(itemKey) + 2,
|
strlen(itemKey) + 2,
|
||||||
sizeof(char));
|
sizeof(char));
|
||||||
|
Loading…
Reference in New Issue
Block a user