mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 05:43:37 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -9,6 +9,5 @@ void Load();
|
||||
// This method loads only classificator and types. It does not load and apply
|
||||
// style rules. It can be used only in separate modules (like pybindings) to
|
||||
// operate with number-string representations of types.
|
||||
void LoadTypes(std::string const & classificatorFileStr,
|
||||
std::string const & typesFileStr);
|
||||
void LoadTypes(std::string const & classificatorFileStr, std::string const & typesFileStr);
|
||||
} // namespace classificator
|
||||
|
||||
Reference in New Issue
Block a user