Skip to content

Commit 6ab779a

Browse files
committed
Clean up whitespace.
1 parent e167dce commit 6ab779a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/scan_by_key.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ void _TestScanByKeyWithLargeTypes(void)
659659
thrust::default_random_engine rng;
660660
for(size_t i = 0, k = 0; i < h_vals.size(); i++)
661661
{
662-
h_keys[i] = static_cast<unsigned int>(k);
662+
h_keys[i] = static_cast<unsigned int>(k);
663663
h_vals[i] = FixedVector<T,N>(static_cast<T>(i));
664664
if (rng() % 5 == 0)
665665
{

0 commit comments

Comments
 (0)