Index: third_party/libxml/src/testModule.c |
diff --git a/third_party/libxml/src/testModule.c b/third_party/libxml/src/testModule.c |
index 8293c45680bd61a876d9378ac05953031fa27289..e399f5c040d2c574f563b2f4b1fefd7601df49c6 100644 |
--- a/third_party/libxml/src/testModule.c |
+++ b/third_party/libxml/src/testModule.c |
@@ -39,7 +39,7 @@ |
#endif |
typedef int (*hello_world_t)(void); |
- |
+ |
int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { |
xmlChar filename[PATH_MAX]; |
xmlModulePtr module = NULL; |
@@ -62,7 +62,7 @@ int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { |
fprintf(stderr, "Lookup returned NULL\n"); |
return(1); |
} |
- |
+ |
(*hello_world)(); |
xmlModuleClose(module); |