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
+4 -1
View File
@@ -44,7 +44,10 @@ class IFC_PARSE_API IfcEntityInstanceData {
unsigned offset_in_file_;
public:
IfcEntityInstanceData(const IfcParse::declaration* type, IfcParse::IfcFile* file_, unsigned id = 0, unsigned offset_in_file = 0)
IfcEntityInstanceData(const IfcParse::declaration* type,
IfcParse::IfcFile* file_,
unsigned id = 0,
unsigned offset_in_file = 0)
: file(file_),
id_(id),
type_(type),