Skip to content

Commit

Permalink
fix clang-format's complaints.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Nov 6, 2023
1 parent 3b87cf9 commit 08ce439
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 08ce439

Please sign in to comment.