From 839830a72ebb27c4a818e15d3334e79085906dc8 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Thu, 11 Mar 2021 15:38:22 -0800 Subject: Make pseudocode block tags consistent They are all now [source,c++] and use ---- as the delimiter. Also made the pseudocode indentation consistent (4 spaces) in the introduction sections. Signed-off-by: Eric Kunze Change-Id: I1287a60cfeae8b7e3c63b9fc8885b1ebf3d3386d --- chapters/ewise_ternary.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapters/ewise_ternary.adoc') diff --git a/chapters/ewise_ternary.adoc b/chapters/ewise_ternary.adoc index 4d20316..e7f8c2e 100644 --- a/chapters/ewise_ternary.adoc +++ b/chapters/ewise_ternary.adoc @@ -30,7 +30,7 @@ None *Operation Function:* -[source,c] +[source,c++] ---- for_each(index in shape) { index1 = apply_broadcast(shape, shape1, index); -- cgit v1.2.1