On 2017-06-01 20:27, hbelusca(a)svn.reactos.org wrote:
/* EISA */
case EisaAdapter:
-
+ {
/* Fixup information */
Interface = Eisa;
Bus = CmpTypeCount[EisaAdapter]++;
break;
+ }
This is a completely unnecessary change to somebody else's code that has
no basis in our documented coding style. Uh... don't do that?