Provide configuration support and usage for MINGW32 platform
[oota-llvm.git] / lib / System / Process.cpp
index ccd30b5c694a7e7fb3ba2561527e9bbc6484ecca..644a81e1a9922bdc9b969a1146ff91bfe74cf2d0 100644 (file)
@@ -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 @@ using namespace sys;
 
 //===----------------------------------------------------------------------===//
 //=== WARNING: Implementation here must contain only TRULY operating system
-//===          independent code. 
+//===          independent code.
 //===----------------------------------------------------------------------===//
 
 }
@@ -32,4 +32,3 @@ using namespace sys;
 #include "Win32/Process.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab