From: Fernando Herrera Date: Wed, 9 Oct 2024 15:09:02 +0000 (-0600) Subject: Indent code X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcfaa2bf1f47b1a122d7e22082130f92623aabdd;p=dealii.git Indent code --- 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;