Update class, struct and enum bracket style

This commit is contained in:
Tiago Gomes
2013-02-13 14:26:47 +00:00
parent e178c1af04
commit 2bc123d72c
26 changed files with 80 additions and 139 deletions

View File

@@ -14,8 +14,7 @@ namespace Horus {
typedef unsigned long PrvGroup;
class ProbFormula
{
class ProbFormula {
public:
ProbFormula (Symbol f, const LogVars& lvs, unsigned range)
: functor_(f), logVars_(lvs), range_(range),
@@ -81,8 +80,7 @@ class ProbFormula
typedef std::vector<ProbFormula> ProbFormulas;
class ObservedFormula
{
class ObservedFormula {
public:
ObservedFormula (Symbol f, unsigned a, unsigned ev);