We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51a1f9 commit 2b65622Copy full SHA for 2b65622
utils/hwloc/hwloc-distrib.c
@@ -325,7 +325,7 @@ int main(int argc, char *argv[])
325
return EXIT_FAILURE;
326
327
// Go to start index.
328
- while ( hwloc_distrib_iterator_next(topology, it, &next) && from_index > 0 && next->logical_index != from_index );
+ while ( hwloc_distrib_iterator_next(topology, it, &next) && from_index > 0 && next->logical_index != from_index ) {}
329
330
do {
331
if (logical_index) {
0 commit comments