mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
bindexplib: Run clang-format on header file
This commit is contained in:
@@ -16,6 +16,7 @@ public:
|
||||
bool AddDefinitionFile(const char* filename);
|
||||
bool AddObjectFile(const char* filename);
|
||||
void WriteFile(FILE* file);
|
||||
|
||||
private:
|
||||
std::set<std::string> Symbols;
|
||||
std::set<std::string> DataSymbols;
|
||||
|
||||
Reference in New Issue
Block a user