SonarOpenCommunity / sonar-cxx

Multiple spaces found before operator FLK-E221
Style
Minor
6 months ago3 years old
multiple spaces before operator
331            break
332    if not desc:
333        # repeat header in description to have something
334        desc = '<p>'  + EntitySubstitution().substitute_html(warning['name']) + '</p>'335    warning['description'] = desc
336    return warning
337