mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +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:
@@ -35,8 +35,7 @@ public:
|
||||
bool Transliterate(std::string_view sv, int8_t langCode, std::string & out) const;
|
||||
|
||||
// Transliterates |str| with |transliteratorId|, ignores mode.
|
||||
bool TransliterateForce(std::string const & str, std::string const & transliteratorId,
|
||||
std::string & out) const;
|
||||
bool TransliterateForce(std::string const & str, std::string const & transliteratorId, std::string & out) const;
|
||||
|
||||
private:
|
||||
struct TransliteratorInfo;
|
||||
|
||||
Reference in New Issue
Block a user