Update class, struct and enum bracket style
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
|
||||
namespace Horus {
|
||||
|
||||
class GroundSolver
|
||||
{
|
||||
class GroundSolver {
|
||||
public:
|
||||
GroundSolver (const FactorGraph& factorGraph) : fg(factorGraph) { }
|
||||
|
||||
|
Reference in New Issue
Block a user