summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2015-06-14 07:17:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-14 07:17:32 +0000
commitef300c36411acc9c89a9f0267493249ea7c69f9c (patch)
tree17b6df5bd68c1af817098d9ea5021c49082168c8
parentd48068b090cb7d8dc9daed6a7d17c97f38747021 (diff)
parente231a77a7c2e64dcb73321af1185c133ab8ea641 (diff)
downloadrs-ef300c36411acc9c89a9f0267493249ea7c69f9c.tar.gz
Merge "Fix small doc alignment issue." into mnc-dev
-rw-r--r--api/rs_for_each.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/rs_for_each.spec b/api/rs_for_each.spec
index 5d513161..9206d021 100644
--- a/api/rs_for_each.spec
+++ b/api/rs_for_each.spec
@@ -109,8 +109,8 @@ description:
This can be done by defining an rs_allocation variable and not initializing it. E.g.<code><br/>
rs_script gCustomScript;<br/>
void specializedProcessing(rs_allocation in) {<br/>
- rs_allocation ignoredOut;<br/>
- rsForEach(gCustomScript, in, ignoredOut);<br/>
+ &nbsp;&nbsp;rs_allocation ignoredOut;<br/>
+ &nbsp;&nbsp;rsForEach(gCustomScript, in, ignoredOut);<br/>
}<br/></code>
If both input and output allocations are specified, they must have the same dimensions.