summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/statistics.hh5
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:
/**