Added clang-format target
This commit is contained in:
26774
tests/catch.h
26774
tests/catch.h
File diff suppressed because it is too large
Load Diff
@@ -7,18 +7,13 @@ namespace t00001 {
|
||||
|
||||
namespace detail {
|
||||
struct C {
|
||||
auto add(int x, int y)
|
||||
{
|
||||
return x + y;
|
||||
}
|
||||
auto add(int x, int y) { return x + y; }
|
||||
};
|
||||
}
|
||||
|
||||
class A {
|
||||
public:
|
||||
A()
|
||||
{
|
||||
}
|
||||
A() {}
|
||||
|
||||
int add(int x, int y) { return m_c.add(x, y); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user