commit | b02fbfc485a68cebeede24810b0cd8f0d97c9e51 | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Sat Apr 23 21:26:11 2005 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Sat Apr 23 21:26:11 2005 +0000 |
tree | c44f886c776fce1bb30ce3e77db96f879cadbe7d | |
parent | cc1f24585e7d23fd6622c17099159cdc038ee618 [diff] [blame] |
Eliminate tabs and trailing spaces git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21479 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CFrontend/2002-03-11-LargeCharInString.c b/test/CFrontend/2002-03-11-LargeCharInString.c index 8ae8643..d8a1671 100644 --- a/test/CFrontend/2002-03-11-LargeCharInString.c +++ b/test/CFrontend/2002-03-11-LargeCharInString.c
@@ -3,8 +3,8 @@ #include <string.h> int test(char *X) { - /* LLVM-GCC used to emit: - %.LC0 = internal global [3 x sbyte] c"\1F\FFFFFF8B\00" - */ - return strcmp(X, "\037\213"); + /* LLVM-GCC used to emit: + %.LC0 = internal global [3 x sbyte] c"\1F\FFFFFF8B\00" + */ + return strcmp(X, "\037\213"); }