Formatting fixes

--HG--
extra : convert_revision : 9a726945b7a1decbecf460df6714257b88742dc8
This commit is contained in:
Nathan Binkert
2005-03-23 22:58:47 -05:00
parent 97064c5216
commit 257be74341
2 changed files with 2 additions and 7 deletions

View File

@@ -77,13 +77,13 @@ Tsunami::clearConsoleInt()
void
Tsunami::postPciInt(int line)
{
cchip->postDRIR(line);
cchip->postDRIR(line);
}
void
Tsunami::clearPciInt(int line)
{
cchip->clearDRIR(line);
cchip->clearDRIR(line);
}
Addr