[clang] c6edf26 - [docs ]Fix indentation
Akira Hatanaka via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 28 11:31:49 PDT 2021
Author: Akira Hatanaka
Date: 2021-09-28T11:31:39-07:00
New Revision: c6edf26f9a283564a5697068c845a8ff03386086
URL: https://github.com/llvm/llvm-project/commit/c6edf26f9a283564a5697068c845a8ff03386086
DIFF: https://github.com/llvm/llvm-project/commit/c6edf26f9a283564a5697068c845a8ff03386086.diff
LOG: [docs ]Fix indentation
Added:
Modified:
clang/docs/Block-ABI-Apple.rst
Removed:
################################################################################
diff --git a/clang/docs/Block-ABI-Apple.rst b/clang/docs/Block-ABI-Apple.rst
index e21a8b68b5cd..4f98b3ba6538 100644
--- a/clang/docs/Block-ABI-Apple.rst
+++ b/clang/docs/Block-ABI-Apple.rst
@@ -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)
More information about the cfe-commits
mailing list