Skip to content

Commit 2ba16f6

Browse files
UCT/ROCM: Fix spacing
Signed-off-by: Guy Ealey Morag <gealeymorag@nvidia.com>
1 parent d5a4dde commit 2ba16f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/uct/rocm/base/rocm_base.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ static int uct_rocm_base_file_contains_dmabuf_support(FILE *fp,
362362
const char kernel_opt1[],
363363
const char kernel_opt2[])
364364
{
365-
int found_opt1 = 0;
366-
int found_opt2 = 0;
365+
int found_opt1 = 0;
366+
int found_opt2 = 0;
367367
char buf[256];
368368

369369
while (fgets(buf, sizeof(buf), fp) != NULL) {

0 commit comments

Comments
 (0)