style: [patch 12/22] fix preliminary style issues for subsequent fault patch

This changeset add spaces in a few spots and removes an unnecessary comment.
This commit is contained in:
Brandon Potter 2015-07-20 09:15:21 -05:00
parent 6f549419eb
commit a7a0fd2c58

View file

@ -41,13 +41,6 @@ class ThreadContext;
typedef const char * FaultName; typedef const char * FaultName;
typedef Stats::Scalar FaultStat; typedef Stats::Scalar FaultStat;
// Each class has it's name statically define in _name,
// and has a virtual function to access it's name.
// The function is necessary because otherwise, all objects
// which are being accessed cast as a FaultBase * (namely
// all faults returned using the Fault type) will use the
// generic FaultBase name.
class FaultBase class FaultBase
{ {
public: public: