From 3522cbe6a90eae24871500f12cb7847594c35ad1 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Mon, 30 Oct 2023 10:48:20 +0100 Subject: [PATCH] Whitespace --- peps/pep-0007.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0007.rst b/peps/pep-0007.rst index 3f52b01146e..d9e28e28320 100644 --- a/peps/pep-0007.rst +++ b/peps/pep-0007.rst @@ -138,7 +138,7 @@ Code lay-out * Vertically align line continuation characters in multi-line macros. * Macros intended to be used as a statement should use the - ``do {... }while(0)`` macro idiom. + ``do {... } while(0)`` macro idiom. Example:: #define ADD_INT_MACRO(MOD, INT) do { \