bindexplib: Run clang-format on header file

This commit is contained in:
Brad King
2017-04-05 15:51:38 -04:00
parent 4046cb2d10
commit c216e80308

View File

@@ -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;