fix style nit

This commit is contained in:
Ross Kinder
2015-10-06 12:42:23 -04:00
parent 9af32b3cac
commit ec5ce6bec4

View File

@@ -15,9 +15,9 @@ import (
import "C" import "C"
// #cgo pkg-config: libxml-2.0 // #cgo pkg-config: libxml-2.0
// #include "libxml/parser.h" // #include <libxml/parser.h>
// #include "libxml/parserInternals.h" // #include <libxml/parserInternals.h>
// #include "libxml/xmlmemory.h" // #include <libxml/xmlmemory.h>
// // Macro wrapper function // // Macro wrapper function
// static inline void MY_xmlFree(void *p) { // static inline void MY_xmlFree(void *p) {
// xmlFree(p); // xmlFree(p);