Skip to content

Commit 61464c0

Browse files
author
Doug Wyatt
committed
Tiny whitespace tweak.
1 parent 7639688 commit 61464c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/FunctionEffectAnalysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ A construct like this can be used to exempt code from the checks described here:
375375

376376
.. code-block:: c++
377377

378-
#define NONBLOCKING_UNSAFE(...) \
378+
#define NONBLOCKING_UNSAFE(...) \
379379
_Pragma("clang diagnostic push") \
380380
_Pragma("clang diagnostic ignored \"-Wunknown-warning-option\"") \
381381
_Pragma("clang diagnostic ignored \"-Wfunction-effects\"") \

0 commit comments

Comments
 (0)