From e563acd5c6ab65945d42b19f26e44cb2a7806c5d Mon Sep 17 00:00:00 2001 From: Benjamin Nash Date: Thu, 30 Jun 2005 13:12:12 -0400 Subject: [PATCH] Formatting, reduce maximum number of functional memory children. dev/ide_disk.cc: dev/pcidev.cc: Formatting. --HG-- extra : convert_revision : 6f5824aa220fe311751fb10ec8648fe64dfa4775 --- dev/ide_disk.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/ide_disk.cc b/dev/ide_disk.cc index 3a39bcdd0..7096c6948 100644 --- a/dev/ide_disk.cc +++ b/dev/ide_disk.cc @@ -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(); } -- 2.30.2