Skip to content

Commit 73ee36c

Browse files
chrisncbazuzi
authored andcommitted
[clang][docs] fix whitespace in AttrDocs.td (llvm#88631)
Noticed this failure while working on a different change: https://buildkite.com/llvm-project/clang-ci/builds/15553#018ed1bb-923a-48b5-9788-e8b6d3827aba Seems to be introduced by llvm#88448.
1 parent 7fafac0 commit 73ee36c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,39 +1604,39 @@ specifies availability for the current target platform, the availability
16041604
attributes are ignored. Supported platforms are:
16051605

16061606
``ios``
1607-
Apple's iOS operating system. The minimum deployment target is specified
1608-
as part of the ``-target *arch*-apple-ios*version*`` command line argument.
1609-
Alternatively, it can be specified by the ``-mtargetos=ios*version*``
1607+
Apple's iOS operating system. The minimum deployment target is specified
1608+
as part of the ``-target *arch*-apple-ios*version*`` command line argument.
1609+
Alternatively, it can be specified by the ``-mtargetos=ios*version*``
16101610
command-line argument.
16111611

16121612
``macos``
1613-
Apple's macOS operating system. The minimum deployment target is specified
1614-
as part of the ``-target *arch*-apple-macos*version*`` command line argument.
1615-
Alternatively, it can be specified by the ``-mtargetos=macos*version*``
1616-
command-line argument. ``macosx`` is supported for
1613+
Apple's macOS operating system. The minimum deployment target is specified
1614+
as part of the ``-target *arch*-apple-macos*version*`` command line argument.
1615+
Alternatively, it can be specified by the ``-mtargetos=macos*version*``
1616+
command-line argument. ``macosx`` is supported for
16171617
backward-compatibility reasons, but it is deprecated.
16181618

16191619
``tvos``
1620-
Apple's tvOS operating system. The minimum deployment target is specified
1621-
as part of the ``-target *arch*-apple-tvos*version*`` command line argument.
1622-
Alternatively, it can be specified by the ``-mtargetos=tvos*version*``
1620+
Apple's tvOS operating system. The minimum deployment target is specified
1621+
as part of the ``-target *arch*-apple-tvos*version*`` command line argument.
1622+
Alternatively, it can be specified by the ``-mtargetos=tvos*version*``
16231623
command-line argument.
16241624

16251625
``watchos``
16261626
Apple's watchOS operating system. The minimum deployment target is specified
1627-
as part of the ``-target *arch*-apple-watchos*version*`` command line argument.
1628-
Alternatively, it can be specified by the ``-mtargetos=watchos*version*``
1627+
as part of the ``-target *arch*-apple-watchos*version*`` command line argument.
1628+
Alternatively, it can be specified by the ``-mtargetos=watchos*version*``
16291629
command-line argument.
16301630

16311631
``visionos``
16321632
Apple's visionOS operating system. The minimum deployment target is specified
1633-
as part of the ``-target *arch*-apple-visionos*version*`` command line argument.
1634-
Alternatively, it can be specified by the ``-mtargetos=visionos*version*``
1633+
as part of the ``-target *arch*-apple-visionos*version*`` command line argument.
1634+
Alternatively, it can be specified by the ``-mtargetos=visionos*version*``
16351635
command-line argument.
16361636

16371637
``driverkit``
16381638
Apple's DriverKit userspace kernel extensions. The minimum deployment target
1639-
is specified as part of the ``-target *arch*-apple-driverkit*version*``
1639+
is specified as part of the ``-target *arch*-apple-driverkit*version*``
16401640
command line argument.
16411641

16421642
A declaration can typically be used even when deploying back to a platform
@@ -7522,7 +7522,7 @@ means that it can e.g no longer be part of an initializer expression.
75227522

75237523
/* This may print something else than "6 * 7 = 42",
75247524
if there is a non-weak definition of "ANSWER" in
7525-
an object linked in */
7525+
an object linked in */
75267526
printf("6 * 7 = %d\n", ANSWER);
75277527

75287528
return 0;

0 commit comments

Comments
 (0)