astyle formatting
This commit is contained in:
parent
4bab7f0ee2
commit
263e13e924
|
@ -374,7 +374,7 @@ public:
|
|||
*/
|
||||
void link(Token *linkToToken) {
|
||||
_link = linkToToken;
|
||||
if(_str == "<" || _str == ">")
|
||||
if (_str == "<" || _str == ">")
|
||||
update_property_info();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue