Skip to content

Commit

Permalink
STYLE: Consistently indent Camera.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr authored and NicerNewerCar committed Sep 26, 2023
1 parent 155886c commit 0c11207
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libautoscoper/src/Camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ namespace xromm
return true;
}

Camera::Camera(const std::string& mayacam) : mayacam_(mayacam)
{
Camera::Camera(const std::string& mayacam) : mayacam_(mayacam)
{
// Check the file extension
std::string::size_type ext_pos = mayacam_.find_last_of('.');
if (ext_pos == std::string::npos) {
Expand Down Expand Up @@ -155,9 +155,9 @@ Camera::Camera(const std::string& mayacam) : mayacam_(mayacam)
loadMayaCam1(mayacam);
}
}
}
}

void Camera::loadMayaCam1(const std::string& mayacam)
void Camera::loadMayaCam1(const std::string& mayacam)
{
std::cout << "Reading MayaCam 1.0 file: " << mayacam << std::endl;

Expand Down

0 comments on commit 0c11207

Please sign in to comment.