Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Oct 30, 2023
1 parent 46e32f5 commit 3522cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peps/pep-0007.rst
Expand Up @@ -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 { \
Expand Down

0 comments on commit 3522cbe

Please sign in to comment.