Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj authored and markusdregi committed Nov 19, 2019
1 parent cccc91e commit e42ba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecl/ecl_unsmry_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ std::vector<double> unsmry_loader::get_vector(int pos) const {
int_vector_free( index_map );

if (ecl_file_view_flags_set(file_view, ECL_FILE_CLOSE_STREAM))
ecl_file_view_fclose_stream(file_view);
ecl_file_view_fclose_stream(file_view);

return data;
}
Expand Down

0 comments on commit e42ba25

Please sign in to comment.