a bunch of trailing whitespace has accumulated

This commit is contained in:
espes 2015-07-12 01:28:00 +10:00
parent 537b05b838
commit 1a4664a9f8
1 changed files with 19 additions and 22 deletions

View File

@ -3289,6 +3289,7 @@ static void pgraph_method(NV2AState *d,
if (parameter != 0) {
assert(!(pg->pending_interrupts & NV_PGRAPH_INTR_NOTIFY));
pg->trapped_channel_id = pg->channel_id;
pg->trapped_subchannel = subchannel;
pg->trapped_method = method;
@ -6062,10 +6063,6 @@ static void nv2a_register(void)
}
type_init(nv2a_register);
void nv2a_init(PCIBus *bus, int devfn, MemoryRegion *ram)
{
PCIDevice *dev = pci_create_simple(bus, devfn, "nv2a");