Tidy ...no code changes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-06-18 15:26:48 +00:00
parent d081e08c3b
commit 9d990c93c7

View file

@ -2713,7 +2713,7 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
} }
/** /**
* get a aparameter entity by name * get a parameter entity by name
*/ */
- (void*) getParameterEntity: (NSString*)name - (void*) getParameterEntity: (NSString*)name
{ {
@ -2727,7 +2727,9 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
{ {
lib = (xmlSAXHandler*)malloc(sizeof(xmlSAXHandler)); lib = (xmlSAXHandler*)malloc(sizeof(xmlSAXHandler));
if (lib == NULL) if (lib == NULL)
{
return NO; return NO;
}
else else
{ {
memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler)); memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler));
@ -2774,7 +2776,9 @@ fatalErrorFunction(void *ctx, const char *msg, ...)
{ {
lib = (xmlSAXHandler*)malloc(sizeof(htmlSAXHandler)); lib = (xmlSAXHandler*)malloc(sizeof(htmlSAXHandler));
if (lib == NULL) if (lib == NULL)
{
return NO; return NO;
}
else else
{ {
memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler)); memcpy(lib, &xmlDefaultSAXHandler, sizeof(htmlSAXHandler));