libyang MAINTENANCE code formatting
diff --git a/src/plugins.c b/src/plugins.c
index 762ad42..f839428 100644
--- a/src/plugins.c
+++ b/src/plugins.c
@@ -29,8 +29,8 @@
#include <stdlib.h>
#include <string.h>
-#include "config.h"
#include "common.h"
+#include "config.h"
#include "plugins_exts.h"
#include "plugins_types.h"
#include "set.h"
diff --git a/src/tree_data.c b/src/tree_data.c
index d921b4a..b353053 100644
--- a/src/tree_data.c
+++ b/src/tree_data.c
@@ -3924,9 +3924,8 @@
if (siblings->prev != siblings) {
const struct lyd_node *first;
for (first = parent->child;
- siblings != first && siblings->prev->schema == schema;
- siblings = siblings->prev)
- ;
+ siblings != first && siblings->prev->schema == schema;
+ siblings = siblings->prev) {}
}
} else {
/* not found */