Remove extra empty lines.

This commit is contained in:
Hartmut Brandt 2004-12-06 08:52:02 +00:00
parent 491fb056d3
commit 997206eed2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138434

View File

@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$");
* Forward references to local procedures that are used before they're
* defined:
*/
static void RebuildTable(Hash_Table *);
/*
@ -86,7 +85,6 @@ static void RebuildTable(Hash_Table *);
*
*---------------------------------------------------------
*/
void
Hash_InitTable(Hash_Table *t, int numBuckets)
{