Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit da80c2f

Browse files
t-bbourtemb
authored andcommitted
EventConsumer::connect_event: Fix misleading indentation
Found with gcc 8.1.0
1 parent 065871e commit da80c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cppapi/client/event.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,8 +1824,8 @@ int EventConsumer::connect_event(DeviceProxy *device,
18241824

18251825
string EventConsumer::get_client_attribute_name(const string &local_callback_key, const vector<string> &filters)
18261826
{
1827-
if(filters.size() == 1)
1828-
return filters[0];// here filters[0] is expected to be user defined attribute name
1827+
if(filters.size() == 1)
1828+
return filters[0];// here filters[0] is expected to be user defined attribute name
18291829

18301830

18311831
size_t pos = local_callback_key.rfind('.');//remove event_type e.g. .idl5_change

0 commit comments

Comments
 (0)