remove unneeded spaces and empty lines

This commit is contained in:
XhmikosR 2012-10-02 08:25:26 +03:00 committed by PKEuS
parent 8d08c3b58b
commit 857ea9fb0d
4 changed files with 7 additions and 8 deletions

View File

@ -46,4 +46,3 @@ where:
For real life examples see the cppcheck.cppcheck-file in the Cppcheck sources
root-directory or gui.cppcheck file in gui-directory.

View File

@ -1888,7 +1888,7 @@ void CheckOther::functionVariableUsage()
// check if a local variable is used to initialize this variable
if (varid > 0) {
Variables::VariableUsage *var = variables.find(varid);
Variables::VariableUsage *var = variables.find(varid);
if (type == Variables::pointer) {
variables.use(tok->tokAt(4)->varId());