]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qtest/libqmp.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / tests / qtest / libqmp.h
index 94aa97328a1747eefca762b0394287119173ef3a..5cb7eeaa18b9838c717cf146a4d2e75a0d5e789b 100644 (file)
@@ -14,8 +14,9 @@
  * See the COPYING file in the top-level directory.
  *
  */
-#ifndef LIBQMP_H_
-#define LIBQMP_H_
+
+#ifndef LIBQMP_H
+#define LIBQMP_H
 
 #include "qapi/qmp/qdict.h"
 
@@ -47,4 +48,4 @@ bool qmp_rsp_is_err(QDict *rsp);
  */
 void qmp_expect_error_and_unref(QDict *rsp, const char *class);
 
-#endif /* LIBQMP_H_ */
+#endif /* LIBQMP_H */