summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2023-12-21 01:10:40 -0800
committerMaciej Żenczykowski <maze@google.com>2023-12-21 01:11:52 -0800
commit5615ac8a4c4bc284da62c7650c45e9a5bd4885e4 (patch)
tree342362e2ae5612b52bf1f076c718c207b6f5d63d
parent910f2bd2e2e6d3a7c899bd8002a3078045340fd2 (diff)
downloadapf-5615ac8a4c4bc284da62c7650c45e9a5bd4885e4.tar.gz
v5/apf_interpreter.h: convert hard (non-breaking) spaces to normal ascii spaces
Bug: 293694479 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I03438333abb54fcba6a66f26efd83e8c93356179
-rw-r--r--v5/apf_interpreter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/v5/apf_interpreter.h b/v5/apf_interpreter.h
index 2f2d904..6ef4cc9 100644
--- a/v5/apf_interpreter.h
+++ b/v5/apf_interpreter.h
@@ -99,9 +99,9 @@ int apf_transmit_buffer(void* ctx, uint8_t* ptr, uint32_t len, uint8_t dscp);
* 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 ctx - pointer to any additional context required for allocation and transmit.
may be null if no such context is required. this is opaque to