From f972b8371f4d94a75cb48920c19beff714f48f25 Mon Sep 17 00:00:00 2001 From: Junhua Zhai Date: Tue, 24 Dec 2024 16:36:48 +0000 Subject: [PATCH] Replace TAB with four blank spaces in dashsai.h --- dash-pipeline/SAI/src/dashsai.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dash-pipeline/SAI/src/dashsai.h b/dash-pipeline/SAI/src/dashsai.h index ccda64c12..2c83810e6 100644 --- a/dash-pipeline/SAI/src/dashsai.h +++ b/dash-pipeline/SAI/src/dashsai.h @@ -151,11 +151,11 @@ namespace dash private: // private helper methods - void mutateSiblingTablesEntry( - _In_ const P4MetaTable &meta_table, - _In_ std::shared_ptr, - _In_ p4::v1::Update_Type updateType, - _In_ uint32_t action_id = 0); + void mutateSiblingTablesEntry( + _In_ const P4MetaTable &meta_table, + _In_ std::shared_ptr, + _In_ p4::v1::Update_Type updateType, + _In_ uint32_t action_id = 0); public: // default attributes helper