Commit 9484c4dc authored by gabime's avatar gabime

clang-format

parent 521b0733
...@@ -197,10 +197,10 @@ struct source_loc ...@@ -197,10 +197,10 @@ struct source_loc
, line(line) , line(line)
{ {
} }
// //
// source_loc (const source_loc&) = default; // source_loc (const source_loc&) = default;
// source_loc& operator=(const source_loc&) = default; // source_loc& operator=(const source_loc&) = default;
// source_loc& operator=(source_loc&&) = default; // source_loc& operator=(source_loc&&) = default;
const char *filename; const char *filename;
uint32_t line; uint32_t line;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment