[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 17/18] mini-os: use function vectors instead of switch for file operations
Juergen Gross, le mar. 11 janv. 2022 15:58:16 +0100, a ecrit: > + for ( i = FTYPE_N; i < ARRAY_SIZE(file_ops) && file_ops[i]; i++ ); For such loops, I'd rather see the ';' on its own line, to make it clear it's an empty loop. Samuel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |