From 7fbedf1bdc0676af5b61b30242000a3e3fe5ba0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Wed, 28 Aug 2024 19:10:20 +0200 Subject: [PATCH] #105: remove trailing whitespace --- tests/unit/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/util.h b/tests/unit/util.h index 65b6fdaca..2c0fd05fe 100644 --- a/tests/unit/util.h +++ b/tests/unit/util.h @@ -99,7 +99,7 @@ struct Util { * \param[in] base_path Prepends "{base_path}/" to the path if path is relative * \param[in] path The path as either a relative or an absolute path * \param[in] add_trailing_sep Appends a trailing "/" char at the end of the path if not exist - * + * * \return the absolute path to the directory */ static std::string resolveDir(