summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2015-04-29 11:02:12 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2015-06-13 23:25:16 -0700
commite231a77a7c2e64dcb73321af1185c133ab8ea641 (patch)
tree021bf8d85109a7d789fcc15c0a7ec33e9e83444d
parent61c124a7be3c8900c34a27a64e84c73c549fa808 (diff)
downloadrs-e231a77a7c2e64dcb73321af1185c133ab8ea641.tar.gz
Fix small doc alignment issue.
Change-Id: I29e7bd894a79e89eba4f8f663daecaccb1467b6c (cherry picked from commit 45c5f4be5d0215a30be1051420e083a49912c5ac)
-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.