From c44f94d681825ab0d15cee4ddd3e99f76196841b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 24 Sep 2014 04:44:37 +0000 Subject: [PATCH] Unix/Host.inc: Remove leading whitespace. It had been here since r56942! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218370 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Unix/Host.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/Unix/Host.inc b/lib/Support/Unix/Host.inc index c5d36ff8f9c..ea81a630d69 100644 --- a/lib/Support/Unix/Host.inc +++ b/lib/Support/Unix/Host.inc @@ -1,4 +1,4 @@ - //===- llvm/Support/Unix/Host.inc -------------------------------*- C++ -*-===// +//===- llvm/Support/Unix/Host.inc -------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // -- 2.34.1