[docs ]Fix indentation
authorAkira Hatanaka <ahatanaka@apple.com>
Mon, 13 Sep 2021 16:15:16 +0000 (09:15 -0700)
committerAkira Hatanaka <ahatanaka@apple.com>
Tue, 28 Sep 2021 18:31:39 +0000 (11:31 -0700)
clang/docs/Block-ABI-Apple.rst

index e21a8b6..4f98b3b 100644 (file)
@@ -46,7 +46,7 @@ the following form:
         int reserved; 
         R (*invoke)(struct Block_literal_1 *, P...);
         struct Block_descriptor_1 {
-        unsigned long int reserved;         // NULL
+            unsigned long int reserved;     // NULL
             unsigned long int size;         // sizeof(struct Block_literal_1)
             // optional helper functions
             void (*copy_helper)(void *dst, void *src);     // IFF (1<<25)