From d52b4c39bac822d712a27083bdb4027239b95d38 Mon Sep 17 00:00:00 2001 From: Jonathan Protzenko Date: Mon, 22 Jul 2024 11:33:26 -0700 Subject: [PATCH] Remove trailing whitespace --- include/krml/internal/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/krml/internal/target.h b/include/krml/internal/target.h index 20e83d43..8e00f2fd 100644 --- a/include/krml/internal/target.h +++ b/include/krml/internal/target.h @@ -73,7 +73,7 @@ # if defined(__GNUC__) # define KRML_ATTRIBUTE_TARGET(x) __attribute__((target(x))) # else -# define KRML_ATTRIBUTE_TARGET(x) +# define KRML_ATTRIBUTE_TARGET(x) # endif #endif