summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/System/Win32/Process.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/System/Win32/Process.inc b/llvm/lib/System/Win32/Process.inc
index 97eba5808df..cfbe33c85a2 100644
--- a/llvm/lib/System/Win32/Process.inc
+++ b/llvm/lib/System/Win32/Process.inc
@@ -147,7 +147,7 @@ unsigned Process::StandardErrColumns() {
return Columns;
}
-// it always has colors
+// It always has colors.
bool Process::StandardErrHasColors() {
return StandardErrIsDisplayed();
}
@@ -155,6 +155,7 @@ bool Process::StandardErrHasColors() {
bool Process::StandardOutHasColors() {
return StandardOutIsDisplayed();
}
+
namespace {
class DefaultColors
{
OpenPOWER on IntegriCloud