mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Tersified and fixed whitespace (tabs -> spaces).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e1fbdd267
commit
516d4b1366
@ -34,11 +34,7 @@ int RunProgramWithTimeout(const std::string &ProgramPath, const char **Args,
|
|||||||
const std::string &StdOutFile = "",
|
const std::string &StdOutFile = "",
|
||||||
const std::string &StdErrFile = "");
|
const std::string &StdErrFile = "");
|
||||||
|
|
||||||
///
|
/// ExecWait - Execute a program with the given arguments and environment and
|
||||||
/// Function: ExecWait()
|
|
||||||
///
|
|
||||||
/// Description:
|
|
||||||
/// Execute a program with the given arguments and environment and
|
|
||||||
/// wait for it to terminate.
|
/// wait for it to terminate.
|
||||||
///
|
///
|
||||||
int ExecWait (const char * const argv[], const char * const envp[]);
|
int ExecWait (const char * const argv[], const char * const envp[]);
|
||||||
|
@ -34,11 +34,7 @@ int RunProgramWithTimeout(const std::string &ProgramPath, const char **Args,
|
|||||||
const std::string &StdOutFile = "",
|
const std::string &StdOutFile = "",
|
||||||
const std::string &StdErrFile = "");
|
const std::string &StdErrFile = "");
|
||||||
|
|
||||||
///
|
/// ExecWait - Execute a program with the given arguments and environment and
|
||||||
/// Function: ExecWait()
|
|
||||||
///
|
|
||||||
/// Description:
|
|
||||||
/// Execute a program with the given arguments and environment and
|
|
||||||
/// wait for it to terminate.
|
/// wait for it to terminate.
|
||||||
///
|
///
|
||||||
int ExecWait (const char * const argv[], const char * const envp[]);
|
int ExecWait (const char * const argv[], const char * const envp[]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user