Minor indentation changes
This commit was SVN r25414.
Этот коммит содержится в:
родитель
211e2dbdf3
Коммит
55b996678e
@ -130,7 +130,8 @@ static int pmi_component_close(void)
|
|||||||
PMI_BOOL initialized;
|
PMI_BOOL initialized;
|
||||||
|
|
||||||
/* if we weren't selected, cleanup */
|
/* if we weren't selected, cleanup */
|
||||||
if (started_by_me && PMI_SUCCESS == PMI_Initialized(&initialized) &&
|
if (started_by_me &&
|
||||||
|
PMI_SUCCESS == PMI_Initialized(&initialized) &&
|
||||||
PMI_TRUE == initialized) {
|
PMI_TRUE == initialized) {
|
||||||
PMI_Finalize();
|
PMI_Finalize();
|
||||||
}
|
}
|
||||||
|
@ -76,7 +76,8 @@ int orte_grpcomm_pmi_close(void)
|
|||||||
PMI_BOOL initialized;
|
PMI_BOOL initialized;
|
||||||
|
|
||||||
/* if we weren't selected, cleanup */
|
/* if we weren't selected, cleanup */
|
||||||
if (started_by_me && PMI_SUCCESS == PMI_Initialized(&initialized) &&
|
if (started_by_me &&
|
||||||
|
PMI_SUCCESS == PMI_Initialized(&initialized) &&
|
||||||
PMI_TRUE == initialized) {
|
PMI_TRUE == initialized) {
|
||||||
PMI_Finalize();
|
PMI_Finalize();
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user