Skip to content

Do not indent within a namespace. [whitespace/indent_namespace] #403

@dh-04

Description

@dh-04
namespace ns1 {
DemoClass::DemoClass(const DemoClassParam &para)
    : SubClass(para),
      mem1_(nullptr),
      params_(nullptr) {}
}

In this line, params_(nullptr) {} is part of the constructor initializer list, where indentation spaces should be allowed

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions