Skip to content

Commit

Permalink
whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicegamer7 committed Aug 1, 2024
1 parent 5f740d2 commit e244ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gphoto2_camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ namespace ols {
if(!camera_list_.empty()) {
return camera_list_;
}
gp_camera_new(&camera_);
gp_camera_new(&camera_);
int ret = gp_camera_init(camera_,ctx_);
if(!check(ret,"init",e)) {
gp_camera_free(camera_);
Expand Down Expand Up @@ -804,7 +804,7 @@ extern "C" {
void ols_set_gphoto2_driver_log(char const *log_path,int debug)
{
ols::error_stream = fopen(log_path,"w");
gp_log_add_func(debug ? GP_LOG_DEBUG : GP_LOG_ERROR , ols::errordumper, NULL);
gp_log_add_func(debug ? GP_LOG_DEBUG : GP_LOG_ERROR , ols::errordumper, NULL);
}

#ifdef ANDROID_SUPPORT
Expand Down

0 comments on commit e244ea5

Please sign in to comment.