Skip to content

Commit aa57785

Browse files
committed
clang-format-8: style cleanup for LDMS connector
1 parent 45e7981 commit aa57785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

profiling/ldms-connector/kp_kernel_ldms.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ extern "C" void kokkosp_init_library(const int loadSeq,
139139

140140
slurm_job_id = slurm_job_id_str == NULL ? 0 : atoi(slurm_job_id_str);
141141
slurm_rank = openmpi_job_str == NULL
142-
? slurm_rank_str == NULL ? 0 : atoi(slurm_rank_str)
143-
: atoi(openmpi_job_str);
142+
? slurm_rank_str == NULL ? 0 : atoi(slurm_rank_str)
143+
: atoi(openmpi_job_str);
144144

145145
gethostname(hostname_kp, HOST_NAME_MAX);
146146

0 commit comments

Comments
 (0)