libyang FORMAT uncrustify format of all sources
diff --git a/src/plugins_exts_metadata.c b/src/plugins_exts_metadata.c
index 0c116af..3a85eed 100644
--- a/src/plugins_exts_metadata.c
+++ b/src/plugins_exts_metadata.c
@@ -103,8 +103,8 @@
     annotation_substmt[2].storage = &annotation->flags;
     annotation_substmt[3].storage = &annotation->type;
 
-   lysc_extension_instance_free(ctx, annotation_substmt);
-   free(ext->data);
+    lysc_extension_instance_free(ctx, annotation_substmt);
+    free(ext->data);
 }
 
 /**