From: David Wells Date: Mon, 5 Jun 2023 19:39:17 +0000 (-0400) Subject: Fix a comment at the end of an ifdef. X-Git-Tag: v9.5.0-rc1~157^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11203db94d290d150e706eb2ca27d43c9e526797;p=dealii.git Fix a comment at the end of an ifdef. --- diff --git a/include/deal.II/base/std_cxx17/algorithm.h b/include/deal.II/base/std_cxx17/algorithm.h index f4318a9a63..b4437bdc46 100644 --- a/include/deal.II/base/std_cxx17/algorithm.h +++ b/include/deal.II/base/std_cxx17/algorithm.h @@ -34,4 +34,4 @@ namespace std_cxx17 } // namespace std_cxx17 DEAL_II_NAMESPACE_CLOSE -#endif // dealii_cxx17_variant_h +#endif // dealii_cxx17_algorithm_h