X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Futils%2Fxml-utils%2Fvalidate_xml.cpp;h=b185161b5178b84ce9e80bb4c2a4cfd0027174bc;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=8e30100c0bcf5cd2f11e249d7f3a259d856a61f1;hpb=f46376a14da2eb796690cb4e718e8b213839d6ea;p=lttng-tools.git diff --git a/tests/utils/xml-utils/validate_xml.cpp b/tests/utils/xml-utils/validate_xml.cpp index 8e30100c0..b185161b5 100644 --- a/tests/utils/xml-utils/validate_xml.cpp +++ b/tests/utils/xml-utils/validate_xml.cpp @@ -25,9 +25,7 @@ #include #include -#include - -#include +#include struct validation_ctx { xmlSchemaParserCtxtPtr parser_ctx; @@ -154,7 +152,7 @@ end: int main(int argc, char **argv) { int ret; - struct validation_ctx ctx = { 0 }; + struct validation_ctx ctx = {}; /* Check if we have all argument */ if (argc < 3) {