run astyle

This commit is contained in:
Robert Reif 2011-10-06 21:10:20 -04:00
parent 80df7ea839
commit 7dd001c9a9
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ public:
/** Remove redundant assignment */
void removeRedundantAssignment();
/**
/**
* Remove redudant code placed after 'return ;' code.
* @todo Extend the functionality to code after 'break;' and 'continue;' code
*/