[Libreoffice-commits] core.git: compilerplugins/clang

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Feb 13 04:08:10 UTC 2019


 compilerplugins/clang/indentation.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6d52cd1c0b7270a512a8e4ea988432fdad3e4385
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 11 17:59:59 2019 +0000
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Feb 13 05:07:43 2019 +0100

    Fix typo
    
    Change-Id: I036a41bd4d46973a8b6fb51a90c6506cf3f9b8f0
    Reviewed-on: https://gerrit.libreoffice.org/67748
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/compilerplugins/clang/indentation.cxx b/compilerplugins/clang/indentation.cxx
index f8330c622d30..6b4e39c9d483 100644
--- a/compilerplugins/clang/indentation.cxx
+++ b/compilerplugins/clang/indentation.cxx
@@ -213,7 +213,7 @@ bool Indentation::VisitSwitchStmt(SwitchStmt const* switchStmt)
         }
         else if (column != tmpColumn)
         {
-            // disable this for now, ends up touching some very large switch statemnts in sw/ and sc/
+            // disable this for now, ends up touching some very large switch statements in sw/ and sc/
             (void)firstStmt;
             //            report(DiagnosticsEngine::Warning, "statement mis-aligned compared to neighbours",
             //                   stmtLoc);


More information about the Libreoffice-commits mailing list