Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
fixes indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle committed Apr 18, 2022
1 parent acf4291 commit f657812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_device_batch_memcpy.cu
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void RunTest(BufferOffsetT num_buffers,
}
if (output_gen == InputDataGen::CONSECUTIVE)
{
h_buffer_dst_offsets[i] = num_total_bytes;
h_buffer_dst_offsets[i] = num_total_bytes;
}
num_total_bytes += h_buffer_sizes[i];
}
Expand Down Expand Up @@ -412,7 +412,7 @@ int main(int argc, char **argv)
max_buffer_size,
InputDataGen::CONSECUTIVE,
InputDataGen::CONSECUTIVE,
10000ULL);
10000ULL);
}
}
}

0 comments on commit f657812

Please sign in to comment.