diff options
| author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-04-23 21:26:11 +0000 |
|---|---|---|
| committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-04-23 21:26:11 +0000 |
| commit | 8047f13a888189189f1efde5509462b80a967bd1 (patch) | |
| tree | 17dc0d36ea93930a67bfc7915a184b7ebb6c0ff6 /llvm/projects/sample/lib | |
| parent | 4bbf66b7a27e5ed5c3bb563cd1d0dd28ca6201c2 (diff) | |
| download | bcm5719-llvm-8047f13a888189189f1efde5509462b80a967bd1.tar.gz bcm5719-llvm-8047f13a888189189f1efde5509462b80a967bd1.zip | |
Eliminate tabs and trailing spaces
llvm-svn: 21479
Diffstat (limited to 'llvm/projects/sample/lib')
| -rw-r--r-- | llvm/projects/sample/lib/sample/sample.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 <stdio.h> @@ -19,6 +19,6 @@ int compute_sample (int a) { - return a; + return a; } |

