Mandarin // Indentation Changes to Xcode Default.
This commit is contained in:
parent
a6fbeff683
commit
cbb565e9b6
|
@ -1249,3 +1249,4 @@ const BopomofoKeyboardLayout* BopomofoKeyboardLayout::HanyuPinyinLayout() {
|
|||
|
||||
} // namespace Mandarin
|
||||
} // namespace Taiyan
|
||||
|
||||
|
|
|
@ -494,8 +494,7 @@ class BopomofoReadingBuffer {
|
|||
const BPMF syllable() const { return syllable_; }
|
||||
|
||||
const std::string standardLayoutQueryString() const {
|
||||
return BopomofoKeyboardLayout::StandardLayout()->keySequenceFromSyllable(
|
||||
syllable_);
|
||||
return BopomofoKeyboardLayout::StandardLayout()->keySequenceFromSyllable(syllable_);
|
||||
}
|
||||
|
||||
const std::string absoluteOrderQueryString() const {
|
||||
|
|
Loading…
Reference in New Issue