Formatting: uniformize end of lines.

This commit is contained in:
Nicolas Le Cam 2008-12-09 00:49:32 +00:00
parent eb80c9786f
commit aaabacfe87
36 changed files with 2442 additions and 2441 deletions

View File

@ -630,7 +630,8 @@ void CheckMemoryLeakClass::simplifycode(TOKEN *tok)
done = false;
}
// Reduce "if dealloc ;" and "if use ;" that is not followed by an else..
// Reduce "if dealloc ;" and "if use ;" that is not followed by an else..
// If "--all" has been given these are deleted
// Otherwise, ony the "if" will be deleted
if ((TOKEN::Match(tok2, "[;{}] if dealloc ;") || TOKEN::Match(tok2, "[;{}] if use ;")) &&