compilerplugins/clang/test/indentation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e99a7a8dfa6f85a8b8bc53298f9300cf2fc77ec2 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Feb 11 17:59:56 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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]}} _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
