Skip to content

shiboken-1.2.1/tests/libsample/sometime.cpp:80]: (style) Same expression on both sides of '=='. #73

Open
@dcb314

Description

Source code is

        && m_is_null == m_is_null;

Maybe better code might be

        && m_is_null == other.m_is_null;

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions