From 0a955e08f482459a9c2d7865eabd91a11c1f856f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 4 May 2023 10:34:28 -0400 Subject: [PATCH] Remove whiteline Signed-off-by: Mathieu Desnoyers Change-Id: I745c5e1daef3575e1a5201e0232f451c0f832c64 --- include/rseq/compiler.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rseq/compiler.h b/include/rseq/compiler.h index 6b89bfa..3f8eec5 100644 --- a/include/rseq/compiler.h +++ b/include/rseq/compiler.h @@ -49,7 +49,6 @@ #define rseq_unqual_scalar_typeof(x) \ std::remove_cv::type>::type #else - #define rseq_scalar_type_to_expr(type) \ unsigned type: (unsigned type)0, \ signed type: (signed type)0 -- 2.34.1