[llvm-commits] CVS: llvm/projects/sample/lib/sample/sample.c

Jeff Cohen jeffc at jolt-lang.org
Sat Apr 23 14:26:25 PDT 2005



Changes in directory llvm/projects/sample/lib/sample:

sample.c updated: 1.3 -> 1.4
---
Log message:

Eliminate tabs and trailing spaces

---
Diffs of the changes:  (+4 -4)

 sample.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/projects/sample/lib/sample/sample.c
diff -u llvm/projects/sample/lib/sample/sample.c:1.3 llvm/projects/sample/lib/sample/sample.c:1.4
--- llvm/projects/sample/lib/sample/sample.c:1.3	Wed Sep  1 17:55:37 2004
+++ llvm/projects/sample/lib/sample/sample.c	Sat Apr 23 16:26:10 2005
@@ -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 <stdio.h>
@@ -19,6 +19,6 @@
 int
 compute_sample (int a)
 {
-	return a;
+  return a;
 }
 






More information about the llvm-commits mailing list