Skip to content

Commit

Permalink
Restyled by astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jul 6, 2022
1 parent 1158db7 commit 7daf3bd
Show file tree
Hide file tree
Showing 3 changed files with 18,078 additions and 17,052 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 7daf3bd

Please sign in to comment.