I don't know whether we'll ever run the code through clang-format again, but in case we do, end-of-line comments which span lines should begin continuation lines with '*', otherwise they get turned into block comments beginning on the next line. |code; /* start | end */ gets changed to |code; |/* start end */ but |code; /* start | * end */ stays as-is.
4.2 KiB
4.2 KiB