On 11/07/2024 19:13, Bart Van Assche wrote:
On 7/11/24 1:23 AM, John Garry wrote:+enum { + /* drive already may have started this one */ + __RQF_STARTED = 0,Why " = 0"?
As before. I can drop it. I think this is redundant and can be left out.
Additionally, this enum definition would be easier to read if the comments would start next to "," instead of occurring on a line of their own.
ok, I can put the comment next to the value in cases where we will not spill over 80 characters.