summaryrefslogtreecommitdiffstats
path: root/source/core/unix/slang-unix-process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/unix/slang-unix-process.cpp')
-rw-r--r--source/core/unix/slang-unix-process.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/core/unix/slang-unix-process.cpp b/source/core/unix/slang-unix-process.cpp
index 97b59f21c..b3abc873c 100644
--- a/source/core/unix/slang-unix-process.cpp
+++ b/source/core/unix/slang-unix-process.cpp
@@ -653,7 +653,8 @@ closePipes:
out = new UnixPipeStream(STDERR_FILENO, FileAccess::Write, false);
break;
}
- default: return SLANG_FAIL;
+ default:
+ return SLANG_FAIL;
}
return SLANG_OK;
}