diff --git a/loopy/kernel/array.py b/loopy/kernel/array.py index 8dbfc24dd0baeb765c6a6fb5098757d4f952d7dc..6d8349916b4610f4c29f0548f8ee4500ef0f92cd 100644 --- a/loopy/kernel/array.py +++ b/loopy/kernel/array.py @@ -612,7 +612,8 @@ class ArrayBase(ImmutableRecord): Memory alignment of the array in bytes. Default to *None*. If an integer N is given, the array would be declared - with ``__attribute__((aligned(N)))`` in code generation for :class:`loopy.CTarget`. + with ``__attribute__((aligned(N)))`` in code generation for + :class:`loopy.CTarget`. .. automethod:: __init__ .. automethod:: __eq__