mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Coding - Apply .clang-format formatting #286
Update empty method guards to new style with regex (see PR). Used clang-format 18.1.8. New actions to validate code formatting is added. Update .clang-format with disabling of include sorting. It is temporary changes, then include will be sorted. Apply formatting for /src and /tools folder. The files with .hxx,.cxx,.lxx,.h,.pxx,.hpp,*.cpp extensions.
This commit is contained in:
@@ -24,17 +24,18 @@ class BinMDF_ADriverTable;
|
||||
class Message_Messenger;
|
||||
class TDocStd_Application;
|
||||
|
||||
class BinDrivers
|
||||
class BinDrivers
|
||||
{
|
||||
public:
|
||||
Standard_EXPORT static const Handle(Standard_Transient)& Factory (const Standard_GUID& theGUID);
|
||||
|
||||
Standard_EXPORT static const Handle(Standard_Transient)& Factory(const Standard_GUID& theGUID);
|
||||
|
||||
//! Defines format "BinOcaf" and registers its read and write drivers
|
||||
//! in the specified application
|
||||
Standard_EXPORT static void DefineFormat (const Handle(TDocStd_Application)& theApp);
|
||||
Standard_EXPORT static void DefineFormat(const Handle(TDocStd_Application)& theApp);
|
||||
|
||||
//! Creates the table of drivers of types supported
|
||||
Standard_EXPORT static Handle(BinMDF_ADriverTable) AttributeDrivers (const Handle(Message_Messenger)& MsgDrv);
|
||||
Standard_EXPORT static Handle(BinMDF_ADriverTable) AttributeDrivers(
|
||||
const Handle(Message_Messenger)& MsgDrv);
|
||||
};
|
||||
|
||||
#endif // _BinDrivers_HeaderFile
|
||||
|
Reference in New Issue
Block a user