mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
clang-format: align license blocks
- split up some very long lines
This commit is contained in:
committed by
Thomas Krijnen
parent
d971e0e62e
commit
616a96972a
@@ -273,7 +273,12 @@ class IFC_PARSE_API inverse_attribute {
|
||||
const attribute* attribute_reference_;
|
||||
|
||||
public:
|
||||
inverse_attribute(const std::string& name, aggregate_type type_of_aggregation, int bound1, int bound2, const entity* entity_reference, const attribute* attribute_reference)
|
||||
inverse_attribute(const std::string& name,
|
||||
aggregate_type type_of_aggregation,
|
||||
int bound1,
|
||||
int bound2,
|
||||
const entity* entity_reference,
|
||||
const attribute* attribute_reference)
|
||||
: name_(name),
|
||||
type_of_aggregation_(type_of_aggregation),
|
||||
bound1_(bound1),
|
||||
|
||||
Reference in New Issue
Block a user