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 Oct 26, 2021
1 parent 68aaa67 commit 3704aa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/access/SubjectDescriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#include <lib/core/DataModelTypes.h>
#include <lib/core/GroupId.h>
#include <lib/core/PasscodeId.h>
#include <lib/core/NodeId.h>
#include <lib/core/PasscodeId.h>

namespace chip {
namespace Access {
Expand Down
6 changes: 3 additions & 3 deletions src/access/tests/TestAccessControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ constexpr int kEmptyFlags = 0;

// For test purposes, store all subjects as node, use tags to discriminate
// passcode/group, and don't allow 0.
constexpr NodeId kTestSubjectMask = 0xFFFFFFFFFFFF0000;
constexpr NodeId kTestSubjectMask = 0xFFFFFFFFFFFF0000;
constexpr NodeId kTestSubjectPasscode = 0xDDDDDDDDDDDD0000;
constexpr NodeId kTestSubjectGroup = 0xEEEEEEEEEEEE0000;
constexpr NodeId kTestSubjectEmpty = 0x0000000000000000;
constexpr NodeId kTestSubjectGroup = 0xEEEEEEEEEEEE0000;
constexpr NodeId kTestSubjectEmpty = 0x0000000000000000;

constexpr SubjectId Passcode(PasscodeId passcode)
{
Expand Down

0 comments on commit 3704aa6

Please sign in to comment.