Skip to content

Commit

Permalink
use space instead of tab
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Mar 1, 2019
1 parent 5ee1dea commit 646b043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/validate_indic.cpp
Expand Up @@ -145,7 +145,7 @@ bool ValidateIndic::ConsumeViramaIfValid(IndicPair joiner, bool post_matra) {
// for consistency, we will always add ZWNJ if not present.
output_.push_back(kZeroWidthNonJoiner);
} else {
CodeOnlyToOutput();
CodeOnlyToOutput();
}
// Explicit virama [H z]
MultiCodePart(2);
Expand Down

0 comments on commit 646b043

Please sign in to comment.