diff options
Diffstat (limited to 'llvm/lib/System/Unix/Host.inc')
-rw-r--r-- | llvm/lib/System/Unix/Host.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/System/Unix/Host.inc b/llvm/lib/System/Unix/Host.inc index 205ce2362c7..1bd6da5632b 100644 --- a/llvm/lib/System/Unix/Host.inc +++ b/llvm/lib/System/Unix/Host.inc @@ -1,10 +1,10 @@ - //===- llvm/System/Unix/Host.inc --------------------------------*- C++ -*-===// -// + //===- llvm/System/Unix/Host.inc -------------------------------*- C++ -*-===// +// // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This file implements the UNIX Host support. |