From dcfaa2bf1f47b1a122d7e22082130f92623aabdd Mon Sep 17 00:00:00 2001 From: Fernando Herrera Date: Wed, 9 Oct 2024 09:09:02 -0600 Subject: [PATCH] Indent code --- include/deal.II/hp/collection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/hp/collection.h b/include/deal.II/hp/collection.h index 57f4e10539..fe2398b774 100644 --- a/include/deal.II/hp/collection.h +++ b/include/deal.II/hp/collection.h @@ -253,7 +253,8 @@ namespace hp size() const; /** - * The return value of this function is equivalent to size() == 0 + * The return value of this function is equivalent to + * size() == 0 */ bool empty() const; -- 2.39.5