Fix typo
Change-Id: I428b4c484ba6e18ee2947c9be4688317764769f2 Reviewed-on: https://gerrit.libreoffice.org/68240 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
b0ac9d111a
commit
e99a7a8dfa
@@ -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]}}
|
||||
|
Reference in New Issue
Block a user