Skip to content

Commit 13a22c4

Browse files
nlutsenkometa-codesync[bot]
authored andcommitted
clang-format | Format fbsource with clang-format 21.
Reviewed By: ChristianK275 Differential Revision: D85317706 fbshipit-source-id: b399c5c4b75252999442b7d7d2778e7a241b0025
1 parent defa0b5 commit 13a22c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchcsprng/csrc/block_cipher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ void block_cipher(at::Tensor input, at::Tensor output, cipher_t cipher) {
356356
device,
357357
cipher,
358358
block_size / output_type_size,
359-
[] TORCH_CSPRNG_HOST_DEVICE(uint8_t * x) {});
359+
[] TORCH_CSPRNG_HOST_DEVICE(uint8_t* x) {});
360360
}
361361

362362
} // namespace csprng

0 commit comments

Comments
 (0)