run astyle
This commit is contained in:
parent
80df7ea839
commit
7dd001c9a9
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue