From 53af03368f7b6b4a458aa0d7ba5e56e18568192a Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Mon, 7 Dec 2009 22:51:49 +0000 Subject: [PATCH] Fixed indentation --- cpp/FactorGraph.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/FactorGraph.h b/cpp/FactorGraph.h index 21b9d26c0..058f6967e 100644 --- a/cpp/FactorGraph.h +++ b/cpp/FactorGraph.h @@ -68,10 +68,10 @@ namespace gtsam { inline sharedFactor operator[](size_t i) const {return factors_[i];} /** return the number of factors and NULLS */ - inline size_t size() const { return factors_.size();} + inline size_t size() const { return factors_.size();} /** return the number valid factors */ - size_t nrFactors() const; + size_t nrFactors() const; /** Add a factor */ void push_back(sharedFactor factor);