On Nov 25, 2015, at 11:29 PM, Eric Blake wrote: > On 11/25/2015 09:23 PM, Eric Blake wrote: > >>> +static kern_return_t FindEjectableOpticalMedia(io_iterator_t >>> *mediaIterator, >>> + char >>> *mediaType) >> >> Unusual indentation; more typical is: >> >> | static kern_return_t FindEjectableOpticalMedia(io_iterator_t >> *mediaIterator, >> | char *mediatType) > > And then my mailer messes it up :( > >> static kern_return_t FindEjectableOpticalMedia(io_iterator_t *mediaIterator, >> char *mediatType) > > Let's see if that's better (the 'char' is directly beneath the > 'io_iterator_t').
In my email program, the 'char' appears underneath the Ejectable word. When I change the font to monaco (A mono-spaced font), the 'char' does appear underneath the io_iterator_t.