[Libreoffice-commits] core.git: compilerplugins/clang
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Feb 23 13:19:41 UTC 2019
compilerplugins/clang/test/indentation.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e99a7a8dfa6f85a8b8bc53298f9300cf2fc77ec2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 11 17:59:56 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Feb 23 14:19:19 2019 +0100
Fix typo
Change-Id: I428b4c484ba6e18ee2947c9be4688317764769f2
Reviewed-on: https://gerrit.libreoffice.org/68240
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/compilerplugins/clang/test/indentation.cxx b/compilerplugins/clang/test/indentation.cxx
index f7cccce67cc5..685ec7e17e1c 100644
--- a/compilerplugins/clang/test/indentation.cxx
+++ b/compilerplugins/clang/test/indentation.cxx
@@ -29,7 +29,7 @@ void top1(int x) {
/*xxx*/ foo();
-// 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/
switch (x)
{
case 1: foo(); break; // 1expected-note {{measured against this one [loplugin:indentation]}}
More information about the Libreoffice-commits
mailing list