diff options
author | Nathan Binkert <binkertn@umich.edu> | 2003-12-24 02:22:43 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2003-12-24 02:22:43 -0500 |
commit | 2b2c8388a2eb297b2ce7fd43781112d6cbac63d2 (patch) | |
tree | 7f0aa2816f3b315c18d60003001f8be88ce1b1d8 /base | |
parent | 263886bc83d66471fb29707e0b2e42ad7b92b6d1 (diff) | |
download | gem5-2b2c8388a2eb297b2ce7fd43781112d6cbac63d2.tar.xz |
formatting for consistency
--HG--
extra : convert_revision : f859244880dcc2be9424edaac0c73adfd467221e
Diffstat (limited to 'base')
-rw-r--r-- | base/statistics.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/statistics.hh b/base/statistics.hh index ca0666990..aaebaef0f 100644 --- a/base/statistics.hh +++ b/base/statistics.hh @@ -2780,7 +2780,10 @@ class FormulaBase : public DataAccess }; class Temp; -class Formula : public WrapVec<Formula, FormulaBase, VectorData> +class Formula + : public WrapVec<Formula, + FormulaBase, + VectorData> { public: /** |