Skip to content

Commit

Permalink
Fix format comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeng-arista committed Sep 6, 2022
1 parent 05a3ba7 commit 271d008
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vslib/SwitchStateBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3035,7 +3035,8 @@ sai_status_t SwitchStateBase::initialize_voq_switch_objects(
{
// Switch is not being set as VOQ type.
SWSS_LOG_NOTICE("initialize_voq_switch_objects the value is %d", attr_list[i].value.u32);
if (attr_list[i].value.u32 == SAI_SWITCH_TYPE_FABRIC) {
if (attr_list[i].value.u32 == SAI_SWITCH_TYPE_FABRIC)
{
SWSS_LOG_NOTICE("about to config fabric ports");
if (m_switchConfig->m_fabricLaneMap)
{
Expand Down

0 comments on commit 271d008

Please sign in to comment.