Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21422 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp
index ccd30b5..c826e5e 100644
--- a/lib/System/Process.cpp
+++ b/lib/System/Process.cpp
@@ -1,10 +1,10 @@
//===-- Process.cpp - Implement OS Process Concept --------------*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
-// This file was developed by Reid Spencer and is distributed under the
+// This file was developed by Reid Spencer and is distributed under the
// University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This header file implements the operating system Process concept.
@@ -19,7 +19,7 @@
//===----------------------------------------------------------------------===//
//=== WARNING: Implementation here must contain only TRULY operating system
-//=== independent code.
+//=== independent code.
//===----------------------------------------------------------------------===//
}