Skip to content

Commit 646b043

Browse files
authored
use space instead of tab
1 parent 5ee1dea commit 646b043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/training/validate_indic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ bool ValidateIndic::ConsumeViramaIfValid(IndicPair joiner, bool post_matra) {
145145
// for consistency, we will always add ZWNJ if not present.
146146
output_.push_back(kZeroWidthNonJoiner);
147147
} else {
148-
CodeOnlyToOutput();
148+
CodeOnlyToOutput();
149149
}
150150
// Explicit virama [H z]
151151
MultiCodePart(2);

0 commit comments

Comments
 (0)