From 08ce439edf2dfaeb7aa93a6733422e31b0f7e167 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Henson" Date: Mon, 6 Nov 2023 15:25:25 -0800 Subject: [PATCH] fix clang-format's complaints. --- source/module.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/module.c b/source/module.c index 9992058a0..d4328ced1 100644 --- a/source/module.c +++ b/source/module.c @@ -656,9 +656,7 @@ static void s_install_crash_handler(void) { ******************************************************************************/ #define AWS_PY_METHOD_DEF(NAME, FLAGS) \ - { \ -# NAME, aws_py_##NAME, (FLAGS), NULL \ - } + { #NAME, aws_py_##NAME, (FLAGS), NULL } static PyMethodDef s_module_methods[] = { /* Common */