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

New commits:
commit 6d52cd1c0b7270a512a8e4ea988432fdad3e4385
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Feb 11 17:59:59 2019 +0000
Commit:     Adolfo Jayme Barrientos <fit...@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 <fit...@ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fit...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to