From 4299c5d1d7781db6370954eea16816ba124ba1c4 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Thu, 22 Aug 2024 03:11:07 +0300 Subject: [PATCH] Revert accidentally changed formatting in html.cpp --- src/odr/html.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/odr/html.hpp b/src/odr/html.hpp index acefa580..ecf9199c 100644 --- a/src/odr/html.hpp +++ b/src/odr/html.hpp @@ -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.