1
1

Newline is required by some compilers at the end of a file.

This commit was SVN r12244.
Этот коммит содержится в:
George Bosilca 2006-10-21 05:56:04 +00:00
родитель 153e38ffc9
Коммит 2a863df0a5

Просмотреть файл

@ -75,4 +75,5 @@ void orte_pls_base_purge_mca_params(char ***env)
var = mca_base_param_environ_variable("rmgr",NULL,NULL);
opal_setenv(var, "proxy", true, env);
free(var);
}
}