Added a newline at the end of the file to make a couple of Unix builds happier.

This commit is contained in:
briano%netscape.com 1999-03-30 01:48:20 +00:00
parent 4c6288cc8a
commit c934cc8737
8 changed files with 6 additions and 14 deletions

View File

@ -1734,6 +1734,3 @@ void nsXIFDTD::AddCSSDeclaration(const nsIParserNode& aNode)
mCSSDeclarationCount++;
}
}

View File

@ -137,4 +137,4 @@ nsLocale::Hash_EnmerateDelete(PLHashEntry *he, PRIntn index, void *arg)
return (HT_ENUMERATE_NEXT | HT_ENUMERATE_REMOVE);
}
}

View File

@ -79,4 +79,4 @@ PR_EXTERN(PRInt32) ZIP_FindNext( void* hZip, char * outbuf, PRUint16 bufsize );
PR_END_EXTERN_C
#endif /* _zipfile_h */
#endif /* _zipfile_h */

View File

@ -97,4 +97,4 @@ typedef struct ZipEnd_
#define DEFLATED 8
#endif /* _zipstruct_h */
#endif /* _zipstruct_h */

View File

@ -76,4 +76,4 @@ nsresult nsPluginFile::LoadPlugin(PRLibrary* &outLibrary)
nsresult nsPluginFile::GetPluginInfo(nsPluginInfo& info)
{
return NS_ERROR_FAILURE;
}
}

View File

@ -76,4 +76,4 @@ nsresult nsPluginFile::LoadPlugin(PRLibrary* &outLibrary)
nsresult nsPluginFile::GetPluginInfo(nsPluginInfo& info)
{
return NS_ERROR_FAILURE;
}
}

View File

@ -251,8 +251,6 @@ nsLoadAttribs::GetByteRangeHeader(char **aByteRangeHeader)
return rv;
}
// Creation routines
NS_NET nsresult NS_NewLoadAttribs(nsILoadAttribs** aInstancePtrResult) {
nsILoadAttribs* it;
@ -262,4 +260,4 @@ NS_NET nsresult NS_NewLoadAttribs(nsILoadAttribs** aInstancePtrResult) {
return NS_ERROR_OUT_OF_MEMORY;
}
return it->QueryInterface(kILoadAttribsIID, (void **) aInstancePtrResult);
}
}

View File

@ -1734,6 +1734,3 @@ void nsXIFDTD::AddCSSDeclaration(const nsIParserNode& aNode)
mCSSDeclarationCount++;
}
}