clang-format: format test

This commit is contained in:
Dirk Olbrich
2023-09-17 12:30:17 +02:00
committed by Thomas Krijnen
parent 17838f2426
commit 63177a7c35
31 changed files with 6531 additions and 6357 deletions
+5 -5
View File
@@ -20,14 +20,14 @@
#ifndef IFCSIPREFIX
#define IFCSIPREFIX
#include "../ifcparse/IfcParse.h"
#include "ifc_parse_api.h"
#include "IfcParse.h"
namespace IfcParse {
IFC_PARSE_API double IfcSIPrefixToValue(const std::string& prefix);
IFC_PARSE_API double IfcSIPrefixToValue(const std::string& prefix);
template <typename Schema>
IFC_PARSE_API double get_SI_equivalent(typename Schema::IfcNamedUnit*);
}
template <typename Schema>
IFC_PARSE_API double get_SI_equivalent(typename Schema::IfcNamedUnit*);
} // namespace IfcParse
#endif