Skip to content

Commit 212e5e4

Browse files
committed
Fix docs
1 parent 36719c8 commit 212e5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/readability/use-concise-preprocessor-directives.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. title:: clang-tidy - readability-use-concise-preprocessor-directives
22

33
readability-use-concise-preprocessor-directives
4-
=============================================
4+
===============================================
55

66
Finds uses of ``#if`` that can be simplified to ``#ifdef`` or ``#ifndef`` and,
77
since C23 and C++23, uses of ``#elif`` that can be simplified to ``#elifdef``

0 commit comments

Comments
 (0)