Updated clang-format to version 12

This commit is contained in:
Bartek Kryza
2021-08-03 23:47:12 +02:00
parent d629398389
commit 55f1cc0298
16 changed files with 121 additions and 114 deletions

View File

@@ -27,7 +27,7 @@ class R;
struct D {
int d;
void print(R *r) {}
void print(R *r) { }
};
template <typename T> struct E {