Correct a minr whitespace inconsistency introduced in revision 1.159:

add a tab between #define and DF_REBID instead of a space.
This commit is contained in:
Robert Watson 2005-01-29 22:04:30 +00:00
parent 3e17be06d6
commit 3fcd9325ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140985

View File

@ -124,7 +124,7 @@ struct device {
#define DF_QUIET 16 /* don't print verbose attach message */
#define DF_DONENOMATCH 32 /* don't execute DEVICE_NOMATCH again */
#define DF_EXTERNALSOFTC 64 /* softc not allocated by us */
#define DF_REBID 128 /* Can rebid after attach */
#define DF_REBID 128 /* Can rebid after attach */
u_char order; /**< order from device_add_child_ordered() */
u_char pad;
void *ivars; /**< instance variables */