Misc formatting

This commit is contained in:
Olof hagsand 2024-07-02 15:02:10 +02:00
parent f42a5ba87e
commit 58358fb6da
5 changed files with 14 additions and 14 deletions

View file

@ -571,8 +571,8 @@ xml_diff(cxobj *x0,
* @see text_diff2cbuf Diff buffer in curly
*/
int
xml_tree_equal(cxobj *x0,
cxobj *x1)
xml_tree_equal(cxobj *x0,
cxobj *x1)
{
int retval = 1; /* Not equal */
int eq;