[llvm-commits] [llvm] r115959 - /llvm/trunk/tools/llvm-stub/llvm-stub.c
Michael J. Spencer
bigcheesegs at gmail.com
Thu Oct 7 11:51:10 PDT 2010
Author: mspencer
Date: Thu Oct 7 13:51:10 2010
New Revision: 115959
URL: http://llvm.org/viewvc/llvm-project?rev=115959&view=rev
Log:
Fix Whitespace.
Modified:
llvm/trunk/tools/llvm-stub/llvm-stub.c
Modified: llvm/trunk/tools/llvm-stub/llvm-stub.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-stub/llvm-stub.c?rev=115959&r1=115958&r2=115959&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-stub/llvm-stub.c (original)
+++ llvm/trunk/tools/llvm-stub/llvm-stub.c Thu Oct 7 13:51:10 2010
@@ -1,10 +1,10 @@
/*===- llvm-stub.c - Stub executable to run llvm bitcode files ------------===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This tool is used by the gccld program to enable transparent execution of
More information about the llvm-commits
mailing list