Skip to content

Commit 9bb541a

Browse files
committed
Remove white spaces from line endings
1 parent 2e0b74b commit 9bb541a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+35969
-35969
lines changed

lib/inc/Channel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace sairedis
4343
virtual void flush() = 0;
4444

4545
virtual void set(
46-
_In_ const std::string& key,
46+
_In_ const std::string& key,
4747
_In_ const std::vector<swss::FieldValueTuple>& values,
4848
_In_ const std::string& command) = 0;
4949

lib/inc/ContextConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace sairedis
3737
std::string m_dbCounters;
3838

3939
std::string m_dbFlex; // TODO to be removed since only used to subscribe
40-
40+
4141
std::string m_dbState;
4242

4343
bool m_zmqEnable;

lib/inc/RedisChannel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace sairedis
4040
virtual void flush() override;
4141

4242
virtual void set(
43-
_In_ const std::string& key,
43+
_In_ const std::string& key,
4444
_In_ const std::vector<swss::FieldValueTuple>& values,
4545
_In_ const std::string& command) override;
4646

lib/inc/VirtualObjectIdManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace sairedis
4949
_In_ sai_object_id_t objectId) const;
5050

5151
/**
52-
* @brief Clear switch index set.
52+
* @brief Clear switch index set.
5353
*
5454
* New switch index allocation will start from the beginning.
5555
*/

lib/src/ClientServerSai.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ sai_status_t ClientServerSai::create(
124124
REDIS_CHECK_API_INITIALIZED();
125125

126126
return m_sai->create(
127-
objectType,
127+
objectType,
128128
objectId,
129-
switchId,
130-
attr_count,
129+
switchId,
130+
attr_count,
131131
attr_list);
132132
}
133133

lib/src/RedisChannel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ void RedisChannel::flush()
140140
}
141141

142142
void RedisChannel::set(
143-
_In_ const std::string& key,
143+
_In_ const std::string& key,
144144
_In_ const std::vector<swss::FieldValueTuple>& values,
145145
_In_ const std::string& command)
146146
{

lib/src/RedisRemoteSaiInterface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ sai_status_t RedisRemoteSaiInterface::setRedisExtensionAttribute(
471471
}
472472

473473
return SAI_STATUS_SUCCESS;
474-
474+
475475
default:
476476
break;
477477
}
@@ -1986,7 +1986,7 @@ void RedisRemoteSaiInterface::clear_local_state()
19861986
// will clear switch container
19871987
m_switchContainer = std::make_shared<SwitchContainer>();
19881988

1989-
m_virtualObjectIdManager =
1989+
m_virtualObjectIdManager =
19901990
std::make_shared<VirtualObjectIdManager>(
19911991
m_contextConfig->m_guid,
19921992
m_contextConfig->m_scc,

meta/MetaTestSaiInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MetaTestSaiInterface::MetaTestSaiInterface()
2222

2323
scc->insert(sc);
2424

25-
m_virtualObjectIdManager =
25+
m_virtualObjectIdManager =
2626
std::make_shared<sairedis::VirtualObjectIdManager>(0, scc,
2727
std::make_shared<NumberOidIndexGenerator>());
2828
}

meta/NotificationPortStateChange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ NotificationPortStateChange::NotificationPortStateChange(
1717

1818
sai_deserialize_port_oper_status_ntf(
1919
serializedNotification,
20-
m_count,
20+
m_count,
2121
&m_portOperaStatusNotificationData);
2222
}
2323

meta/NotificationQueuePfcDeadlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sai_object_id_t NotificationQueuePfcDeadlock::getSwitchId() const
3333
SWSS_LOG_ENTER();
3434

3535
// notification don't have switch id
36-
36+
3737
return SAI_NULL_OBJECT_ID;
3838
}
3939

0 commit comments

Comments
 (0)