analyzer: style and simplification

This commit is contained in:
hjk
2011-05-18 17:05:49 +02:00
parent a130b98509
commit 68504ab8a8
82 changed files with 508 additions and 583 deletions

View File

@@ -46,7 +46,8 @@ namespace Callgrind {
* excluding calees inside the cycle
* inclusive cost of a function cycle: sum of inclusive cost of callees of the cycle (see above)
*/
class VALGRINDSHARED_EXPORT FunctionCycle : public Function {
class VALGRINDSHARED_EXPORT FunctionCycle : public Function
{
public:
explicit FunctionCycle(const ParseData *data);
virtual ~FunctionCycle();
@@ -61,8 +62,7 @@ private:
class Private;
};
}
}
} // namespace Callgrind
} // namespace Valgrind
#endif // LIBVALGRIND_CALLGRINDFUNCTIONCYCLE_H