From f5e98045576593076e3e81b8d4bfe3efdcb86fe4 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 14 Sep 2020 14:24:34 -0400 Subject: [PATCH] cosmetic --- src/library.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library.cpp b/src/library.cpp index 6c64e56bc2..98bd99ee77 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -3764,7 +3764,7 @@ the function returns 0 and *buffer* is set to an empty string, otherwise 1; * \param buf_size size of the provided string buffer * \return 1 if successful, otherwise 0 */ -int lammps_config_package_name(int idx, char * buffer, int buf_size) { +int lammps_config_package_name(int idx, char *buffer, int buf_size) { int maxidx = lammps_config_package_count(); if ((idx < 0) || (idx >= maxidx)) { buffer[0] = '\0';