Be consistent with the whitespace in the rest of these files.

X-MFC-With: r264007
This commit is contained in:
Ryan Stone 2014-04-29 20:49:47 +00:00
parent d9437c0f46
commit a998d4b50e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265107
2 changed files with 4 additions and 4 deletions

View File

@ -161,7 +161,7 @@ METHOD int msix_count {
} DEFAULT null_msi_count;
METHOD uint16_t get_rid {
device_t dev;
device_t child;
device_t dev;
device_t child;
};

View File

@ -169,8 +169,8 @@ METHOD int power_for_sleep {
# Return the PCI Routing Identifier (RID) for the device.
#
METHOD uint16_t get_rid {
device_t pcib;
device_t dev;
device_t pcib;
device_t dev;
} DEFAULT pcib_get_rid;
#