diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:05:40 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-11-13 08:22:27 +0100 |
commit | f0126ffa6469d6c43f04596cb6f5ca83919ef8fc (patch) | |
tree | cffba06cf32330a8039d9bb7683ea4c9696caa6a /lingucomponent | |
parent | 635bc2ea81fd9493a2997e89c2de5aa7d8405578 (diff) |
tdf#123936 Formatting files in module lingucomponent with clang-format
Change-Id: Ia156fe8eb259fda0c23275fcaebc6b37790f11f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105688
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/languageguessing/simpleguesser.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/languageguessing/simpleguesser.hxx b/lingucomponent/source/languageguessing/simpleguesser.hxx index 34abf26d4fcf..ac9ef7a3a3a7 100644 --- a/lingucomponent/source/languageguessing/simpleguesser.hxx +++ b/lingucomponent/source/languageguessing/simpleguesser.hxx @@ -29,7 +29,8 @@ using namespace std; -class SimpleGuesser final { +class SimpleGuesser final +{ public: /**inits the object with conf file "./conf.txt"*/ SimpleGuesser(); @@ -96,7 +97,6 @@ public: void SetDBPath(const char* thePathOfConfFile, const char* prefix); private: - //Where typical fingerprints (n-gram tables) are stored void* h; |