summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-10-23 17:22:43 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-10-23 17:22:43 +0000
commit4dfe13fb3772f9f9df944238e2fcf782b8c336aa (patch)
treedbe46b11c5cd2e1e117e6c9268e2ceb834eb03c6
parent69621cf445d5bd9936bf812d0f2183844c7d0648 (diff)
downloadlibparserutils-4dfe13fb3772f9f9df944238e2fcf782b8c336aa.tar.gz
libparserutils-4dfe13fb3772f9f9df944238e2fcf782b8c336aa.tar.bz2
Fix whitespace
svn path=/trunk/libparserutils/; revision=10898
-rw-r--r--include/parserutils/input/inputstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parserutils/input/inputstream.h b/include/parserutils/input/inputstream.h
index f923d8d..eca08ad 100644
--- a/include/parserutils/input/inputstream.h
+++ b/include/parserutils/input/inputstream.h
@@ -136,7 +136,7 @@ static inline parserutils_error parserutils_inputstream_peek(
#undef IS_ASCII
if (off != utf8_len && error != PARSERUTILS_NEEDDATA)
- abort();
+ abort();
return parserutils_inputstream_peek_slow(stream, offset, ptr, length);
}