Skip to content

Commit

Permalink
Placate PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed May 18, 2015
1 parent b64346e commit fa82494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyopencl/elementwise.py
Expand Up @@ -383,7 +383,7 @@ def get_take_put_kernel(context, dtype, idx_dtype, with_offsets, vec_count=1):

args = [
VectorArg(dtype, "dest%d" % i)
for i in range(vec_count)
for i in range(vec_count)
] + [
VectorArg(idx_dtype, "gmem_dest_idx", with_offset=True),
VectorArg(idx_dtype, "gmem_src_idx", with_offset=True),
Expand Down

0 comments on commit fa82494

Please sign in to comment.