From d27271a97baf88f4f2a86ca96eadeac53b607209 Mon Sep 17 00:00:00 2001 From: junchao Date: Wed, 20 Oct 2021 17:35:14 +0800 Subject: [PATCH] Remove line end white space --- syncd/FlexCounter.cpp | 2 +- syncd/FlexCounter.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/syncd/FlexCounter.cpp b/syncd/FlexCounter.cpp index dae6a1cfd..f79f2b50e 100644 --- a/syncd/FlexCounter.cpp +++ b/syncd/FlexCounter.cpp @@ -784,7 +784,7 @@ void FlexCounter::removeFlowCounter( swss::RedisPipeline pipeline(&db); swss::Table countersTable(&pipeline, COUNTERS_TABLE, false); swss::Table ratesTable(&pipeline, RATES_TABLE, false); - + // Remove counter and rate entries from COUNTER DB to avoid resource leak std::string counterVidStr = sai_serialize_object_id(counterVid); countersTable.del(counterVidStr); diff --git a/syncd/FlexCounter.h b/syncd/FlexCounter.h index 54f5f37ba..1e05a544b 100644 --- a/syncd/FlexCounter.h +++ b/syncd/FlexCounter.h @@ -258,7 +258,7 @@ namespace syncd void updateSupportedPriorityGroupCounters( _In_ sai_object_id_t priorityGroupRid, _In_ const std::vector &counterIds); - + void updateSupportedFlowCounters( _In_ sai_object_id_t counterRid, _In_ const std::vector &counterIds); @@ -366,7 +366,7 @@ namespace syncd FlowCounterIds( _In_ sai_object_id_t counterId, _In_ const std::vector &flowCounterIds); - + sai_object_id_t counterId; std::vector flowCounterIds; };