summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2023-12-21 10:57:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-12-21 10:57:30 +0000
commitae0753944e3c7f0f8a2ab5a61cf127832c480e28 (patch)
treef048b49d28df8e175786866c2937114c1daa72c0
parent8b2c25745bd0955e96b761330fd1f199d9646347 (diff)
parent3210e4e49222e391d738b5a713bd93c5ab0f5900 (diff)
downloadapf-ae0753944e3c7f0f8a2ab5a61cf127832c480e28.tar.gz
apf_interpreter.h: convert hard (non-breaking) spaces to normal ascii spaces am: 3210e4e492
Original change: https://android-review.googlesource.com/c/platform/hardware/google/apf/+/2887667 Change-Id: I790a775555e36e8b03fbaa476c5294cb6f50f980 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--apf_interpreter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apf_interpreter.h b/apf_interpreter.h
index 368ae04..1c8e7c9 100644
--- a/apf_interpreter.h
+++ b/apf_interpreter.h
@@ -37,9 +37,9 @@ extern "C" {
* begins at program + program_len and ends at program + ram_len - 1,
* as described in the following diagram:
*
- *     program         program + program_len    program + ram_len
- *        |    text section    | data section    |
- *    +--------------------+------------------------+
+ * program program + program_len program + ram_len
+ * | text section | data section |
+ * +--------------------+------------------------+
*
* @param program the program bytecode, followed by the writable data region.
* @param program_len the length in bytes of the read-only portion of the APF