forked from OSchip/llvm-project
Tersified and fixed whitespace (tabs -> spaces).
llvm-svn: 8752
This commit is contained in:
parent
64adfee893
commit
3c1d88acac
|
@ -34,11 +34,7 @@ int RunProgramWithTimeout(const std::string &ProgramPath, const char **Args,
|
|||
const std::string &StdOutFile = "",
|
||||
const std::string &StdErrFile = "");
|
||||
|
||||
///
|
||||
/// Function: ExecWait()
|
||||
///
|
||||
/// Description:
|
||||
/// Execute a program with the given arguments and environment and
|
||||
/// ExecWait - Execute a program with the given arguments and environment and
|
||||
/// wait for it to terminate.
|
||||
///
|
||||
int ExecWait (const char * const argv[], const char * const envp[]);
|
||||
|
|
Loading…
Reference in New Issue