Elizabeth Figura (@zfigura) commented about dlls/shell32/enumobjects.c:
struct enum_objects {
- IEnumObjects IEnumObjects_iface;
- LONG ref;
- IEnumObjects IEnumObjects_iface;
- IObjectCollection IObjectCollection_iface;
- LONG ref;
Let's avoid tabs in new code, please. Also, generally we don't align field names like that anymore.