Formatting, reduce maximum number of functional memory children.
authorBenjamin Nash <benash@umich.edu>
Thu, 30 Jun 2005 17:12:12 +0000 (13:12 -0400)
committerBenjamin Nash <benash@umich.edu>
Thu, 30 Jun 2005 17:12:12 +0000 (13:12 -0400)
dev/ide_disk.cc:
dev/pcidev.cc:
    Formatting.

--HG--
extra : convert_revision : 6f5824aa220fe311751fb10ec8648fe64dfa4775

dev/ide_disk.cc

index 3a39bcdd0b91c391edebad9791b51b4981b45c38..7096c6948c7e86a702cdf7733da65daac84455bd 100644 (file)
@@ -260,7 +260,6 @@ IdeDisk::read(const Addr &offset, RegType_t type)
         updateState(action);
 
     return data;
-
 }
 
 void
@@ -787,7 +786,7 @@ IdeDisk::intrPost()
     intrPending = true;
 
     // talk to controller to set interrupt
-    if (ctrl){
+    if (ctrl) {
         ctrl->bmi_regs[BMIS0] |= IDEINTS;
         ctrl->intrPost();
     }