aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/bigram_dictionary.h
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2011-06-18 13:09:55 +0900
committerKen Wakasa <kwakasa@google.com>2011-06-18 23:52:09 +0900
commitce9e52a12a6af8fca0eba42aaae24602fbd5c998 (patch)
treedda22b8366af965b1ffa4beb54818e6e35fe0b4f /native/src/bigram_dictionary.h
parentc029e0f4a721f0e9972a4669707ad70b079899e4 (diff)
downloadlatinime-ce9e52a12a6af8fca0eba42aaae24602fbd5c998.tar.gz
latinime-ce9e52a12a6af8fca0eba42aaae24602fbd5c998.tar.xz
latinime-ce9e52a12a6af8fca0eba42aaae24602fbd5c998.zip
Clean up in LatinIME native code
Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14
Diffstat (limited to 'native/src/bigram_dictionary.h')
-rw-r--r--native/src/bigram_dictionary.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/native/src/bigram_dictionary.h b/native/src/bigram_dictionary.h
index d658b93e6..c07458a38 100644
--- a/native/src/bigram_dictionary.h
+++ b/native/src/bigram_dictionary.h
@@ -50,6 +50,7 @@ private:
int *mInputCodes;
int mInputLength;
};
-// ----------------------------------------------------------------------------
-}; // namespace latinime
+
+} // namespace latinime
+
#endif // LATINIME_BIGRAM_DICTIONARY_H