Skip to content

Commit

Permalink
Format wvWare_wrapper.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 26, 2024
1 parent ae8acdc commit 0322ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/odr/internal/html/wvWare_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Html wvWare_wrapper(const std::string &input_path,
if (password.has_value()) {
password_value = password.value();
}
int retVal = wvHtml_convert(input_file_path, output_dir, password_value.c_str());
int retVal =
wvHtml_convert(input_file_path, output_dir, password_value.c_str());
free(output_dir);
free(input_file_path);
fclose(g_htmlOutputFileHandle);
Expand Down

0 comments on commit 0322ffb

Please sign in to comment.