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>
This commit is contained in:
parent
635bc2ea81
commit
f0126ffa64
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -7502,7 +7502,6 @@ lingucomponent/source/languageguessing/guess.cxx
|
|||
lingucomponent/source/languageguessing/guess.hxx
|
||||
lingucomponent/source/languageguessing/guesslang.cxx
|
||||
lingucomponent/source/languageguessing/simpleguesser.cxx
|
||||
lingucomponent/source/languageguessing/simpleguesser.hxx
|
||||
lingucomponent/source/lingutil/lingutil.cxx
|
||||
lingucomponent/source/lingutil/lingutil.hxx
|
||||
lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
|
||||
|
|
Loading…
Reference in a new issue