Remove a wayward tab.

This commit is contained in:
Andy McFadden 2003-03-10 23:02:48 +00:00
parent 472f7dceb0
commit 14edb498a9
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ Nu_ConstructArchiveRecord(NuArchive* pArchive, NuRecord* pRecord)
/* verify that all threads and threadMods have been touched */
if (!Nu_VerifyAllTouched(pArchive, pRecord)) {
err = kNuErrInternal;
Assert(0);
Assert(0);
goto bail;
}