Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jul 6, 2022
1 parent 7daf3bd commit a9c8364
Show file tree
Hide file tree
Showing 3 changed files with 17,053 additions and 18,079 deletions.
4 changes: 2 additions & 2 deletions src/app/tests/suites/include/ConstraintsChecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
class ConstraintsChecker
{
public:
ConstraintsChecker() {};
virtual ~ConstraintsChecker() {};
ConstraintsChecker(){};
virtual ~ConstraintsChecker(){};

protected:
virtual void Exit(std::string message, CHIP_ERROR err = CHIP_ERROR_INTERNAL) = 0;
Expand Down
Loading

0 comments on commit a9c8364

Please sign in to comment.