From 8047f13a888189189f1efde5509462b80a967bd1 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sat, 23 Apr 2005 21:26:11 +0000 Subject: Eliminate tabs and trailing spaces llvm-svn: 21479 --- llvm/projects/sample/lib/sample/sample.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/projects/sample/lib') diff --git a/llvm/projects/sample/lib/sample/sample.c b/llvm/projects/sample/lib/sample/sample.c index 631a48d1ad1..73c1fee79b2 100644 --- a/llvm/projects/sample/lib/sample/sample.c +++ b/llvm/projects/sample/lib/sample/sample.c @@ -2,9 +2,9 @@ * File: sample.c * * Description: - * This is a sample source file for a library. It helps to demonstrate - * how to setup a project that uses the LLVM build system, header files, - * and libraries. + * This is a sample source file for a library. It helps to demonstrate + * how to setup a project that uses the LLVM build system, header files, + * and libraries. */ #include @@ -19,6 +19,6 @@ int compute_sample (int a) { - return a; + return a; } -- cgit v1.2.3