Skip to content

Commit

Permalink
Revert accidentally changed formatting in html.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 22, 2024
1 parent 4e090c4 commit 4299c5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/odr/html.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ namespace html {
/// @param config Configuration for the HTML output.
/// @param password_callback Callback to get the password for encrypted files.
/// @return HTML output.
[[deprecated]] Html translate(const File &file, const std::string &output_path,
const HtmlConfig &config,
const PasswordCallback &password_callback);
[[deprecated]]
Html translate(const File &file, const std::string &output_path,
const HtmlConfig &config,
const PasswordCallback &password_callback);
/// @brief Translates a decoded file to HTML.
///
/// @param file Decoded file to translate.
Expand Down

0 comments on commit 4299c5d

Please sign in to comment.