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

Commit c8ad6af

Browse files
committed
cppapi/server/fwdattribute.cpp: Fix misleading indentation warning
Found with clang 10.0.
1 parent 4265c19 commit c8ad6af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cppapi/server/fwdattribute.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ void FwdAttribute::set_att_config(const Tango::AttributeConfig_5 &conf)
133133
// Enum labels (in case of)
134134
//
135135

136-
enum_labels.clear();
137-
size_t enum_labels_nb = conf.enum_labels.length();
138-
for (size_t loop = 0;loop < enum_labels_nb;loop++)
139-
enum_labels.push_back(conf.enum_labels[loop].in());
136+
enum_labels.clear();
137+
size_t enum_labels_nb = conf.enum_labels.length();
138+
for (size_t loop = 0;loop < enum_labels_nb;loop++)
139+
enum_labels.push_back(conf.enum_labels[loop].in());
140140

141141
//
142142
// min alarm

0 commit comments

Comments
 (0)