diff options
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; } |

