mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +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
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user