mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-19 03:00:51 +00:00
refactoring: run clang-format against code
This commit is contained in:
@@ -25,9 +25,9 @@ typedef std::vector<TSearchResult> TSearchResultList;
|
||||
|
||||
//possible return values for Library.process_phase()
|
||||
enum search_result {
|
||||
SEARCH_SUCCESS = 0,
|
||||
SEARCH_FAILURE,
|
||||
SEARCH_NO_RESULT
|
||||
SEARCH_SUCCESS = 0,
|
||||
SEARCH_FAILURE,
|
||||
SEARCH_NO_RESULT
|
||||
};
|
||||
|
||||
//this class is wrapper around Dicts class for easy use
|
||||
|
||||
Reference in New Issue
Block a user