clang-format: align license blocks

- split up some very long lines
This commit is contained in:
Dirk Olbrich
2023-09-18 16:13:44 +02:00
committed by Thomas Krijnen
parent d971e0e62e
commit 616a96972a
11 changed files with 225 additions and 154 deletions
+6 -1
View File
@@ -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),