From 61ac8cf5408ce43fad51c870b10a2a2471e9212c Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 25 Jan 2023 16:21:54 -0500 Subject: [PATCH] Fxi some more whitespaces --- include/deal.II/base/config.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/config.h.in b/include/deal.II/base/config.h.in index 8cc111bedd..29adf3cafc 100644 --- a/include/deal.II/base/config.h.in +++ b/include/deal.II/base/config.h.in @@ -267,9 +267,9 @@ */ /** - * Returns true if the used deal.II version is greater or equal than the - * version specified by the three arguments. The internal implementation - * assumes that the number of minor and subminor versions is not larger + * Returns true if the used deal.II version is greater or equal than the + * version specified by the three arguments. The internal implementation + * assumes that the number of minor and subminor versions is not larger * than 100. */ #define DEAL_II_VERSION_GTE(major,minor,subminor) \ -- 2.39.5