From 8d2c16ad663df741acdcebdaa9a18fd33fb29887 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 30 Aug 2020 00:31:04 -0400 Subject: [PATCH] remove trailing whitespace --- src/utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.h b/src/utils.h index e50e78e867..d8db9815e5 100644 --- a/src/utils.h +++ b/src/utils.h @@ -147,7 +147,7 @@ namespace LAMMPS_NS { * * This functions processes the string in *str* and set the values of *nlo* * and *nhi* according to the following five cases: - * + * * - a single number, i: nlo = i; nhi = i; * - a single asterisk, \*: nlo = nmin; nhi = nmax; * - a single number followed by an asterisk, i\*: nlo = i; nhi = nmax; @@ -170,7 +170,7 @@ namespace LAMMPS_NS { * * This functions processes the string in *str* and set the values of *nlo* * and *nhi* according to the following five cases: - * + * * - a single number, i: nlo = i; nhi = i; * - a single asterisk, \*: nlo = nmin; nhi = nmax; * - a single number followed by an asterisk, i\*: nlo = i; nhi = nmax;