summaryrefslogtreecommitdiff
path: root/docs/examples/userguide/sharing_declarations/volume.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/userguide/sharing_declarations/volume.pyx')
-rw-r--r--docs/examples/userguide/sharing_declarations/volume.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/userguide/sharing_declarations/volume.pyx b/docs/examples/userguide/sharing_declarations/volume.pyx
index 0fbab6fb7..0476b6068 100644
--- a/docs/examples/userguide/sharing_declarations/volume.pyx
+++ b/docs/examples/userguide/sharing_declarations/volume.pyx
@@ -1,2 +1,2 @@
-cdef float cube(float x):
- return x * x * x
+cdef float cube(float x):
+ return x * x * x