Skip to content

Commit

Permalink
Replace TAB with four blank spaces in dashsai.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Dec 24, 2024
1 parent 93e8cca commit f972b83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dash-pipeline/SAI/src/dashsai.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ namespace dash

private: // private helper methods

void mutateSiblingTablesEntry(
_In_ const P4MetaTable &meta_table,
_In_ std::shared_ptr<p4::v1::TableEntry>,
_In_ p4::v1::Update_Type updateType,
_In_ uint32_t action_id = 0);
void mutateSiblingTablesEntry(
_In_ const P4MetaTable &meta_table,
_In_ std::shared_ptr<p4::v1::TableEntry>,
_In_ p4::v1::Update_Type updateType,
_In_ uint32_t action_id = 0);

public: // default attributes helper

Expand Down

0 comments on commit f972b83

Please sign in to comment.