Tersified and fixed whitespace (tabs -> spaces).

llvm-svn: 8752
This commit is contained in:
Misha Brukman 2003-09-29 22:37:57 +00:00
parent 64adfee893
commit 3c1d88acac
1 changed files with 6 additions and 10 deletions

View File

@ -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[]);