Skip to content

Commit e5497e9

Browse files
author
Treece Burgess
committed
Formatting change
1 parent fe1bf57 commit e5497e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nvml/linux-nvml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ linkCudaLibraries()
13721372
// getenv returns NULL if environment variable is not found.
13731373
char *cuda_root = getenv("PAPI_CUDA_ROOT");
13741374

1375-
// We need the NVML main library, normally libnvidia-ml.so or libnvidia-ml.so.1.
1375+
// We need the NVML main library, normally libnvidia-ml.so or libnvidia-ml.so.1.
13761376
dl3 = NULL; // Ensure reset to NULL.
13771377

13781378
int soNamesToSearchCount = 3;

0 commit comments

Comments
 (0)