[llvm-commits] CVS: llvm/projects/sample/include/sample.h

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



Changes in directory llvm/projects/sample/include:

sample.h updated: 1.2 -> 1.3
---
Log message:

Eliminate tabs and trailing spaces

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

 sample.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/projects/sample/include/sample.h
diff -u llvm/projects/sample/include/sample.h:1.2 llvm/projects/sample/include/sample.h:1.3
--- llvm/projects/sample/include/sample.h:1.2	Mon Jun 30 17:13:23 2003
+++ llvm/projects/sample/include/sample.h	Sat Apr 23 16:26:10 2005
@@ -1,8 +1,8 @@
 /*
  * File: sample.h
  *
- *	This is a sample header file that is global to the entire project.
- *	It is located here so that everyone will find it.
+ *      This is a sample header file that is global to the entire project.
+ *      It is located here so that everyone will find it.
  */
 extern int compute_sample (int a);
 






More information about the llvm-commits mailing list