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

@@ -12,8 +12,7 @@
namespace Horus {
struct VarInfo
{
struct VarInfo {
VarInfo (std::string l, const States& sts)
: label(l), states(sts) { }
std::string label;
@@ -21,8 +20,7 @@ struct VarInfo
};
class Var
{
class Var {
public:
Var (const Var*);