mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-17 07:00:05 +00:00
[Unix] Indent ChangeStd{in,out}ToBinary.
llvm-svn: 332432
This commit is contained in:
parent
1ffcacf65a
commit
4ed9eefa60
@ -404,14 +404,14 @@ ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
|
||||
return WaitResult;
|
||||
}
|
||||
|
||||
std::error_code sys::ChangeStdinToBinary(){
|
||||
std::error_code sys::ChangeStdinToBinary() {
|
||||
// Do nothing, as Unix doesn't differentiate between text and binary.
|
||||
return std::error_code();
|
||||
return std::error_code();
|
||||
}
|
||||
|
||||
std::error_code sys::ChangeStdoutToBinary(){
|
||||
std::error_code sys::ChangeStdoutToBinary() {
|
||||
// Do nothing, as Unix doesn't differentiate between text and binary.
|
||||
return std::error_code();
|
||||
return std::error_code();
|
||||
}
|
||||
|
||||
std::error_code
|
||||
|
Loading…
x
Reference in New Issue
Block a user