astyle formatting

This commit is contained in:
Daniel Marjamäki 2012-08-27 06:33:56 +02:00
parent 4bab7f0ee2
commit 263e13e924
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ public:
*/
void link(Token *linkToToken) {
_link = linkToToken;
if(_str == "<" || _str == ">")
if (_str == "<" || _str == ">")
update_property_info();
}