libyang FORMAT uncrustify format fixes
diff --git a/src/parser_xml.c b/src/parser_xml.c
index cb4fb82..c350395 100644
--- a/src/parser_xml.c
+++ b/src/parser_xml.c
@@ -718,6 +718,7 @@
     lyd_free_attr_siblings(xmlctx->ctx, attr);
     return ret;
 }
+
 #endif
 
 LY_ERR
@@ -865,6 +866,7 @@
     }
     return ret;
 }
+
 #endif
 
 LY_ERR
@@ -942,7 +944,7 @@
     }
 
     if (op_p) {
-        *op_p =  lydctx.op_node;
+        *op_p = lydctx.op_node;
     }
     if (tree_p) {
         *tree_p = tree;