summaryrefslogtreecommitdiff
path: root/testlimits.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2012-09-11 13:26:36 +0800
committerDaniel Veillard <veillard@redhat.com>2012-09-11 13:26:36 +0800
commitf8e3db0445a1bc8cfe3f77326b07ec161482caa2 (patch)
treed58aad0a8629f897a8272b9a040a9416d46bb446 /testlimits.c
parent429d3a0aae2eda7ba9451f9c9f8523c61cc0368b (diff)
downloadlibxml2-f8e3db0445a1bc8cfe3f77326b07ec161482caa2.tar.gz
Big space and tab cleanup
Remove all space before tabs and space and tabs at end of lines.
Diffstat (limited to 'testlimits.c')
-rw-r--r--testlimits.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/testlimits.c b/testlimits.c
index 8dcced5a..7ee6fb97 100644
--- a/testlimits.c
+++ b/testlimits.c
@@ -835,8 +835,8 @@ getParameterEntityCallback(void *ctx ATTRIBUTE_UNUSED,
/**
* entityDeclCallback:
* @ctxt: An XML parser context
- * @name: the entity name
- * @type: the entity type
+ * @name: the entity name
+ * @type: the entity type
* @publicId: The public ID of the entity
* @systemId: The system ID of the entity
* @content: the entity value (without processing).
@@ -858,8 +858,8 @@ entityDeclCallback(void *ctx ATTRIBUTE_UNUSED,
/**
* attributeDeclCallback:
* @ctxt: An XML parser context
- * @name: the attribute name
- * @type: the attribute type
+ * @name: the attribute name
+ * @type: the attribute type
*
* An attribute definition has been parsed
*/
@@ -878,8 +878,8 @@ attributeDeclCallback(void *ctx ATTRIBUTE_UNUSED,
/**
* elementDeclCallback:
* @ctxt: An XML parser context
- * @name: the element name
- * @type: the element type
+ * @name: the element name
+ * @type: the element type
* @content: the element value (without processing).
*
* An element definition has been parsed
@@ -1032,7 +1032,7 @@ charactersCallback(void *ctx ATTRIBUTE_UNUSED,
* @ctxt: An XML parser context
* @name: The entity name
*
- * called when an entity reference is detected.
+ * called when an entity reference is detected.
*/
static void
referenceCallback(void *ctx ATTRIBUTE_UNUSED,
@@ -1337,7 +1337,7 @@ readerTest(const char *filename, size_t limit, int options, int fail) {
if (fail)
res = 0;
else {
- if (strncmp(filename, "crazy:", 6) == 0)
+ if (strncmp(filename, "crazy:", 6) == 0)
fprintf(stderr, "Failed to parse '%s' %u\n",
filename, crazy_indx);
else
@@ -1347,7 +1347,7 @@ readerTest(const char *filename, size_t limit, int options, int fail) {
}
} else {
if (fail) {
- if (strncmp(filename, "crazy:", 6) == 0)
+ if (strncmp(filename, "crazy:", 6) == 0)
fprintf(stderr, "Failed to get failure for '%s' %u\n",
filename, crazy_indx);
else