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

Commit bb4bddc

Browse files
committed
cppapi/server/attrgetsetprop.cpp: Fix misleading indentation warning
Found with clang 10.0.
1 parent 7c65021 commit bb4bddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cppapi/server/attrgetsetprop.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ void Attribute::add_config_5_specific(AttributeConfig_5 &conf)
440440

441441
void Attribute::set_properties(const Tango::AttributeConfig &conf,std::string &dev_name,TANGO_UNUSED(bool from_ds),std::vector<AttPropDb> &v_db)
442442
{
443-
if (name_lower == "state" || name_lower == "status")
444-
return;
443+
if (name_lower == "state" || name_lower == "status")
444+
return;
445445

446446
//
447447
// Check if the caller try to change "hard coded" properties. Throw exception in case of

0 commit comments

Comments
 (0)