Skip to content

Commit c5e1384

Browse files
committed
[clang][docs] Remove trailing whitespace
Which is causing CI checks to fail. clang/docs/LanguageExtensions.rst:2794:takes no arguments and produces an unsigned long long result. The builtin does clang/docs/LanguageExtensions.rst:2795:not guarantee any particular frequency, only that it is stable. Knowledge of the + echo '*** Trailing whitespace has been found in Clang source files as described above ***'
1 parent 5027569 commit c5e1384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,8 +2791,8 @@ frequency is fixed, making it suitable for measuring elapsed time.
27912791
27922792
The ``__builtin_readsteadycounter()`` builtin returns the frequency counter value.
27932793
When not supported by the target, the return value is always zero. This builtin
2794-
takes no arguments and produces an unsigned long long result. The builtin does
2795-
not guarantee any particular frequency, only that it is stable. Knowledge of the
2794+
takes no arguments and produces an unsigned long long result. The builtin does
2795+
not guarantee any particular frequency, only that it is stable. Knowledge of the
27962796
counter's true frequency will need to be provided by the user.
27972797
27982798
Query for this feature with ``__has_builtin(__builtin_readsteadycounter)``.

0 commit comments

Comments
 (0)