Commit 71f280f0 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Whitespace

parent 7d260dd7
......@@ -15,7 +15,7 @@
#define CALLBACK(X, ...) do { \
if (callbacks && callbacks->on_##X) { \
if (callbacks->on_##X(parser, __VA_ARGS__) != 0) { \
SET_ERRNO(CALLBACK); \
SET_ERRNO(CALLBACK); \
goto error; \
} \
} \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment