1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-31 02:43:06 +03:00

Cleanup some misplaced spaces and tabs

This commit is contained in:
Daniel Veillard
2012-03-22 10:35:14 +08:00
parent adff7c36bd
commit 8785a2ffd0

View File

@ -186,10 +186,10 @@ xsltprocExternalEntityLoader(const char *URL, const char *ID,
ctxt->sax->warning = warning;
if (load_trace) {
fprintf \
(stderr,
"Loaded URL=\"%s\" ID=\"%s\"\n",
(stderr,
"Loaded URL=\"%s\" ID=\"%s\"\n",
newURL,
ID ? ID : "(null)");
ID ? ID : "(null)");
}
xmlFree(newURL);
return(ret);
@ -746,7 +746,6 @@ main(int argc, char **argv)
} else if ((!strcmp(argv[i],"-dumpextensions"))||
(!strcmp(argv[i],"--dumpextensions"))) {
dumpextensions++;
} else {
fprintf(stderr, "Unknown option %s\n", argv[i]);
usage(argv[0]);