From a51704603bec957b355d0033b0d62a5d0cfe81c5 Mon Sep 17 00:00:00 2001 From: Daniele Date: Thu, 4 Jul 2024 10:14:20 +0200 Subject: [PATCH] Removed an unwanted newline from Plumed.h --- src/wrapper/Plumed.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wrapper/Plumed.h b/src/wrapper/Plumed.h index 44770f81e6..3ea2bc9c75 100644 --- a/src/wrapper/Plumed.h +++ b/src/wrapper/Plumed.h @@ -660,7 +660,6 @@ #else #define __PLUMED_WRAPPER_STATIC_CAST(to,what) ((to) what) #define __PLUMED_WRAPPER_REINTERPRET_CAST(to,what) __PLUMED_WRAPPER_STATIC_CAST(to,what) - #endif /* Simplify addition of extern "C" blocks. */