Skip to content

Commit

Permalink
Style guide fix
Browse files Browse the repository at this point in the history
Change-Id: I9f663168809a1a8f484c6f39cb883974b5bea838
  • Loading branch information
Chris Sweeney committed Mar 11, 2015
1 parent 752f8cb commit 168f997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theia/sfm/reconstruction_estimator.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ class ReconstructionEstimator {

// Estimates the camera poses for a reconstruction given the view graph
// describing the multi-view correspondences.
virtual ReconstructionEstimatorSummary Estimate(const ViewGraph& view_graph,
Reconstruction* reconstruction) = 0;
virtual ReconstructionEstimatorSummary Estimate(
const ViewGraph& view_graph, Reconstruction* reconstruction) = 0;

static ReconstructionEstimator* Create(
const ReconstructionEstimatorOptions& options);
Expand Down

0 comments on commit 168f997

Please sign in to comment.