clang-format

pull/926/head
gabime 7 years ago
parent 521b0733d4
commit 9484c4dc05

@ -197,10 +197,10 @@ struct source_loc
, line(line)
{
}
//
// source_loc (const source_loc&) = default;
// source_loc& operator=(const source_loc&) = default;
// source_loc& operator=(source_loc&&) = default;
//
// source_loc (const source_loc&) = default;
// source_loc& operator=(const source_loc&) = default;
// source_loc& operator=(source_loc&&) = default;
const char *filename;
uint32_t line;

Loading…
Cancel
Save