diff --git a/src/examples/IfcParseExamples.cpp b/src/examples/IfcParseExamples.cpp index d215f6d110..2bdb84957f 100644 --- a/src/examples/IfcParseExamples.cpp +++ b/src/examples/IfcParseExamples.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcGeom.h b/src/ifcgeom/IfcGeom.h index 73d730d98b..9c6b55a917 100644 --- a/src/ifcgeom/IfcGeom.h +++ b/src/ifcgeom/IfcGeom.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcGeomCurves.cpp b/src/ifcgeom/IfcGeomCurves.cpp index e716238e33..443b734b49 100644 --- a/src/ifcgeom/IfcGeomCurves.cpp +++ b/src/ifcgeom/IfcGeomCurves.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcGeomFaces.cpp b/src/ifcgeom/IfcGeomFaces.cpp index 94369ccb8f..1b7ac98cb6 100644 --- a/src/ifcgeom/IfcGeomFaces.cpp +++ b/src/ifcgeom/IfcGeomFaces.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcGeomFunctions.cpp b/src/ifcgeom/IfcGeomFunctions.cpp index 093bc4f094..58e6b3223a 100644 --- a/src/ifcgeom/IfcGeomFunctions.cpp +++ b/src/ifcgeom/IfcGeomFunctions.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcGeomHelpers.cpp b/src/ifcgeom/IfcGeomHelpers.cpp index 8e6a7f82bc..acbcf1b363 100644 --- a/src/ifcgeom/IfcGeomHelpers.cpp +++ b/src/ifcgeom/IfcGeomHelpers.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcGeomObjects.cpp b/src/ifcgeom/IfcGeomObjects.cpp index 51d6ec819d..49f3433a9a 100644 --- a/src/ifcgeom/IfcGeomObjects.cpp +++ b/src/ifcgeom/IfcGeomObjects.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcGeomObjects.h b/src/ifcgeom/IfcGeomObjects.h index 20cb6dd7b2..451ac9b0ae 100644 --- a/src/ifcgeom/IfcGeomObjects.h +++ b/src/ifcgeom/IfcGeomObjects.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcGeomShapes.cpp b/src/ifcgeom/IfcGeomShapes.cpp index ef4943ecc8..d06a329828 100644 --- a/src/ifcgeom/IfcGeomShapes.cpp +++ b/src/ifcgeom/IfcGeomShapes.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcGeomWires.cpp b/src/ifcgeom/IfcGeomWires.cpp index e9206a72bd..bdd647685c 100644 --- a/src/ifcgeom/IfcGeomWires.cpp +++ b/src/ifcgeom/IfcGeomWires.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcRegister.cpp b/src/ifcgeom/IfcRegister.cpp index 00e3e1ae24..19c56127ca 100644 --- a/src/ifcgeom/IfcRegister.cpp +++ b/src/ifcgeom/IfcRegister.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcRegister.h b/src/ifcgeom/IfcRegister.h index ff7e8c0a03..9d6149960a 100644 --- a/src/ifcgeom/IfcRegister.h +++ b/src/ifcgeom/IfcRegister.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcgeom/IfcRegisterConvertCurve.h b/src/ifcgeom/IfcRegisterConvertCurve.h index c5889e0251..e67aa45807 100644 --- a/src/ifcgeom/IfcRegisterConvertCurve.h +++ b/src/ifcgeom/IfcRegisterConvertCurve.h @@ -1,4 +1,4 @@ -#include "IfcRegisterUndef.h" +#include "IfcRegisterUndef.h" #define CURVE(T) \ if ( l->is(T::Class()) ) return convert((T*)l,r); #include "IfcRegisterDef.h" diff --git a/src/ifcgeom/IfcRegisterConvertFace.h b/src/ifcgeom/IfcRegisterConvertFace.h index c0938e728b..04d524d315 100644 --- a/src/ifcgeom/IfcRegisterConvertFace.h +++ b/src/ifcgeom/IfcRegisterConvertFace.h @@ -1,4 +1,4 @@ -#include "IfcRegisterUndef.h" +#include "IfcRegisterUndef.h" #define FACE(T) \ if ( l->is(T::Class()) ) return convert((T*)l,r); #include "IfcRegisterDef.h" diff --git a/src/ifcgeom/IfcRegisterConvertShape.h b/src/ifcgeom/IfcRegisterConvertShape.h index 9f1067dda8..cc68abf227 100644 --- a/src/ifcgeom/IfcRegisterConvertShape.h +++ b/src/ifcgeom/IfcRegisterConvertShape.h @@ -1,4 +1,4 @@ -#include "IfcRegisterUndef.h" +#include "IfcRegisterUndef.h" #define SHAPE(T) \ if ( l->is(T::Class()) ) { \ try { \ diff --git a/src/ifcgeom/IfcRegisterConvertShapes.h b/src/ifcgeom/IfcRegisterConvertShapes.h index 22f8651413..0762609895 100644 --- a/src/ifcgeom/IfcRegisterConvertShapes.h +++ b/src/ifcgeom/IfcRegisterConvertShapes.h @@ -1,4 +1,4 @@ -#include "IfcRegisterUndef.h" +#include "IfcRegisterUndef.h" #define SHAPES(T) \ if ( l->is(T::Class()) ) { \ try { \ diff --git a/src/ifcgeom/IfcRegisterConvertWire.h b/src/ifcgeom/IfcRegisterConvertWire.h index b223df8394..cd914b5c81 100644 --- a/src/ifcgeom/IfcRegisterConvertWire.h +++ b/src/ifcgeom/IfcRegisterConvertWire.h @@ -1,4 +1,4 @@ -#include "IfcRegisterUndef.h" +#include "IfcRegisterUndef.h" #define WIRE(T) \ if ( l->is(T::Class()) ) return convert((T*)l,r); #include "IfcRegisterDef.h" diff --git a/src/ifcgeom/IfcRegisterCreateCache.h b/src/ifcgeom/IfcRegisterCreateCache.h index 62eb83b0b8..c1425d071f 100644 --- a/src/ifcgeom/IfcRegisterCreateCache.h +++ b/src/ifcgeom/IfcRegisterCreateCache.h @@ -1,4 +1,4 @@ -#include "IfcRegisterUndef.h" +#include "IfcRegisterUndef.h" #define CLASS(T,V) \ std::map T; #include "IfcRegisterDef.h" diff --git a/src/ifcgeom/IfcRegisterDef.h b/src/ifcgeom/IfcRegisterDef.h index a1d5af0f47..65f8704a81 100644 --- a/src/ifcgeom/IfcRegisterDef.h +++ b/src/ifcgeom/IfcRegisterDef.h @@ -1,4 +1,4 @@ -#ifndef SHAPES +#ifndef SHAPES #define SHAPES(T) #endif #ifndef SHAPE diff --git a/src/ifcgeom/IfcRegisterGeomHeader.h b/src/ifcgeom/IfcRegisterGeomHeader.h index bf31b2aa9a..f87265aad4 100644 --- a/src/ifcgeom/IfcRegisterGeomHeader.h +++ b/src/ifcgeom/IfcRegisterGeomHeader.h @@ -1,4 +1,4 @@ -#include "IfcRegisterUndef.h" +#include "IfcRegisterUndef.h" #define CLASS(T,V) bool convert(const T::ptr L, V& r); #define SHAPES(T) CLASS(T,ShapeList) #define SHAPE(T) CLASS(T,TopoDS_Shape) diff --git a/src/ifcgeom/IfcRegisterIsShapeCollection.h b/src/ifcgeom/IfcRegisterIsShapeCollection.h index 810dc654d1..8545a71614 100644 --- a/src/ifcgeom/IfcRegisterIsShapeCollection.h +++ b/src/ifcgeom/IfcRegisterIsShapeCollection.h @@ -1,4 +1,4 @@ -#include "IfcRegisterUndef.h" +#include "IfcRegisterUndef.h" #define SHAPES(T) \ if ( l->is(T::Class()) ) return true; #include "IfcRegisterDef.h" diff --git a/src/ifcgeom/IfcRegisterPurgeCache.h b/src/ifcgeom/IfcRegisterPurgeCache.h index ec237a168d..1afa070943 100644 --- a/src/ifcgeom/IfcRegisterPurgeCache.h +++ b/src/ifcgeom/IfcRegisterPurgeCache.h @@ -1,4 +1,4 @@ -#include "IfcRegisterUndef.h" +#include "IfcRegisterUndef.h" #define CLASS(T,V) \ T.clear(); #include "IfcRegisterDef.h" diff --git a/src/ifcgeom/IfcRegisterUndef.h b/src/ifcgeom/IfcRegisterUndef.h index 97fab37319..d2d537a073 100644 --- a/src/ifcgeom/IfcRegisterUndef.h +++ b/src/ifcgeom/IfcRegisterUndef.h @@ -1,4 +1,4 @@ -#ifdef SHAPES +#ifdef SHAPES #undef SHAPES #endif #ifdef SHAPE diff --git a/src/ifcgeom/IfcShapeList.h b/src/ifcgeom/IfcShapeList.h index 338979c2be..b49e5a6f3b 100644 --- a/src/ifcgeom/IfcShapeList.h +++ b/src/ifcgeom/IfcShapeList.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcjni/IfcJni.cpp b/src/ifcjni/IfcJni.cpp index 2eee1b4343..a871f564c2 100644 --- a/src/ifcjni/IfcJni.cpp +++ b/src/ifcjni/IfcJni.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcjni/org_ifcopenshell_IfcOpenShellModel.h b/src/ifcjni/org_ifcopenshell_IfcOpenShellModel.h index ab4cdc1e0e..0cf7a2daeb 100644 --- a/src/ifcjni/org_ifcopenshell_IfcOpenShellModel.h +++ b/src/ifcjni/org_ifcopenshell_IfcOpenShellModel.h @@ -1,4 +1,4 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ +/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_ifcopenshell_IfcOpenShellModel */ diff --git a/src/ifcmax/IfcMax.cpp b/src/ifcmax/IfcMax.cpp index 58344c4798..82824cf656 100644 --- a/src/ifcmax/IfcMax.cpp +++ b/src/ifcmax/IfcMax.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcmax/IfcMax.h b/src/ifcmax/IfcMax.h index 1b6d27015b..d144f9c777 100644 --- a/src/ifcmax/IfcMax.h +++ b/src/ifcmax/IfcMax.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcmax/MaxMaterials.h b/src/ifcmax/MaxMaterials.h index bb62da2350..101b77a086 100644 --- a/src/ifcmax/MaxMaterials.h +++ b/src/ifcmax/MaxMaterials.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcobj/IfcObj.cpp b/src/ifcobj/IfcObj.cpp index ec97121409..7eab3d7b51 100644 --- a/src/ifcobj/IfcObj.cpp +++ b/src/ifcobj/IfcObj.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcobj/Materials.cpp b/src/ifcobj/Materials.cpp index 84fa10d4f0..f27c475e04 100644 --- a/src/ifcobj/Materials.cpp +++ b/src/ifcobj/Materials.cpp @@ -1,4 +1,4 @@ -#include "../IfcObj/Materials.h" +#include "../IfcObj/Materials.h" void InitMaterials() { materials["IFCSITE"] = ObjMaterial("IFCSITE",0.7f,0.8f,0.5f); diff --git a/src/ifcobj/ObjMaterials.h b/src/ifcobj/ObjMaterials.h index 70b64ac7d6..e972da6307 100644 --- a/src/ifcobj/ObjMaterials.h +++ b/src/ifcobj/ObjMaterials.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/Ifc2x3.cpp b/src/ifcparse/Ifc2x3.cpp index 175ed86d4c..672895eec8 100644 --- a/src/ifcparse/Ifc2x3.cpp +++ b/src/ifcparse/Ifc2x3.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/Ifc2x3.h b/src/ifcparse/Ifc2x3.h index 037d5de0d6..b67bbd93a2 100644 --- a/src/ifcparse/Ifc2x3.h +++ b/src/ifcparse/Ifc2x3.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/Ifc2x3enum.h b/src/ifcparse/Ifc2x3enum.h index 94ba86b184..0a4366aba0 100644 --- a/src/ifcparse/Ifc2x3enum.h +++ b/src/ifcparse/Ifc2x3enum.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcCharacterDecoder.cpp b/src/ifcparse/IfcCharacterDecoder.cpp index f15163d788..7b2e4a0cb9 100644 --- a/src/ifcparse/IfcCharacterDecoder.cpp +++ b/src/ifcparse/IfcCharacterDecoder.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcCharacterDecoder.h b/src/ifcparse/IfcCharacterDecoder.h index 92c24e11df..57a7d76072 100644 --- a/src/ifcparse/IfcCharacterDecoder.h +++ b/src/ifcparse/IfcCharacterDecoder.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcException.h b/src/ifcparse/IfcException.h index 4eb2e1bcdf..2bdc9875ca 100644 --- a/src/ifcparse/IfcException.h +++ b/src/ifcparse/IfcException.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcFile.h b/src/ifcparse/IfcFile.h index 80cd8e62cd..204687025b 100644 --- a/src/ifcparse/IfcFile.h +++ b/src/ifcparse/IfcFile.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcGuidHelper.cpp b/src/ifcparse/IfcGuidHelper.cpp index 3be07519a2..d0c6242e94 100644 --- a/src/ifcparse/IfcGuidHelper.cpp +++ b/src/ifcparse/IfcGuidHelper.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcParse.cpp b/src/ifcparse/IfcParse.cpp index 2ff3839b3d..3b3971892f 100644 --- a/src/ifcparse/IfcParse.cpp +++ b/src/ifcparse/IfcParse.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcParse.h b/src/ifcparse/IfcParse.h index 6f288e1760..5808c8d382 100644 --- a/src/ifcparse/IfcParse.h +++ b/src/ifcparse/IfcParse.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcUtil.cpp b/src/ifcparse/IfcUtil.cpp index 190d3b24ad..bf14440b37 100644 --- a/src/ifcparse/IfcUtil.cpp +++ b/src/ifcparse/IfcUtil.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcUtil.h b/src/ifcparse/IfcUtil.h index 4ab17eafe7..9b4d80e442 100644 --- a/src/ifcparse/IfcUtil.h +++ b/src/ifcparse/IfcUtil.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcWritableEntity.h b/src/ifcparse/IfcWritableEntity.h index f2f950b67f..cad0c7df7d 100644 --- a/src/ifcparse/IfcWritableEntity.h +++ b/src/ifcparse/IfcWritableEntity.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcWrite.cpp b/src/ifcparse/IfcWrite.cpp index dddd688112..a2edabafe4 100644 --- a/src/ifcparse/IfcWrite.cpp +++ b/src/ifcparse/IfcWrite.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/IfcWrite.h b/src/ifcparse/IfcWrite.h index 3b3e288f2d..fb5c681a94 100644 --- a/src/ifcparse/IfcWrite.h +++ b/src/ifcparse/IfcWrite.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcparse/SharedPointer.h b/src/ifcparse/SharedPointer.h index 6de865ec09..48de8e6e5b 100644 --- a/src/ifcparse/SharedPointer.h +++ b/src/ifcparse/SharedPointer.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcserver/IfcServer.cpp b/src/ifcserver/IfcServer.cpp index 35f98bac4d..c0563dcb5a 100644 --- a/src/ifcserver/IfcServer.cpp +++ b/src/ifcserver/IfcServer.cpp @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/ifcwrap/Interface.h b/src/ifcwrap/Interface.h index f75512371a..0afe32aa67 100644 --- a/src/ifcwrap/Interface.h +++ b/src/ifcwrap/Interface.h @@ -1,4 +1,4 @@ -/******************************************************************************** +/******************************************************************************** * * * This file is part of IfcOpenShell. * * * diff --git a/src/qtviewer/main.cpp b/src/qtviewer/main.cpp index ac3d6f00bd..c0171fef3b 100644 --- a/src/qtviewer/main.cpp +++ b/src/qtviewer/main.cpp @@ -1,4 +1,4 @@ - + #include #include #ifndef QT_NO_OPENGL diff --git a/src/qtviewer/mainwindow.cpp b/src/qtviewer/mainwindow.cpp index e824518484..cdc0d18bf3 100644 --- a/src/qtviewer/mainwindow.cpp +++ b/src/qtviewer/mainwindow.cpp @@ -1,4 +1,4 @@ - + #include "mainwindow.h" #include diff --git a/src/qtviewer/mainwindow.h b/src/qtviewer/mainwindow.h index 8db1589d2b..a62e823815 100644 --- a/src/qtviewer/mainwindow.h +++ b/src/qtviewer/mainwindow.h @@ -1,4 +1,4 @@ - + #ifndef MAINWINDOW_H #define MAINWINDOW_H