lingucomponent/source/languageguessing/simpleguesser.hxx |    4 ++--
 solenv/clang-format/excludelist                          |    1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit f0126ffa6469d6c43f04596cb6f5ca83919ef8fc
Author:     Philipp Hofer <philipp.ho...@protonmail.com>
AuthorDate: Thu Nov 12 13:05:40 2020 +0100
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Nov 13 08:22:27 2020 +0100

    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.kagan...@collabora.com>

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;
 
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index 01d6908c98b8..ab5083590fce 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to