manual.md: Fix wrong code indentation.

This commit is contained in:
versat 2019-04-01 13:30:24 +02:00
parent ea7cba8bc0
commit 5fb23a4983
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ Many warnings have multiple locations. Example code:
int *p = 0; // line 8
f(p); // line 9
return 0;
}
}
There is a possible null pointer dereference at line 3. Cppcheck can show how it came to that conclusion by showing extra location information. You need to use both --template and --template-location at the command line.