Fix comments.
[oota-llvm.git] / lib / System / Win32 / Process.inc
index 97eba5808dfe30e69258295e574d593022d98fb6..cfbe33c85a2f33e5e5df3005b2766e56ed8b5b7c 100644 (file)
@@ -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
 {