star-ck

Describe the radiative properties of gas mixtures
git clone git://git.meso-star.fr/star-ck.git
Log | Files | Refs | README | LICENSE

commit 28aac8885d79f8e00f68896e10d8f3d43b568d01
parent f113f3785ab387da0a90ffaf4a3eb0ce8e8aefaf
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 22 Sep 2022 09:39:48 +0200

Minor code formatting

Diffstat:
Msrc/sck_log.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sck_log.h b/src/sck_log.h @@ -62,7 +62,7 @@ log_warn const char* msg, ...) #ifdef COMPILER_GCC - __attribute((format(printf, 2, 3))) + __attribute((format(printf, 2, 3))) #endif ;