[llvm-commits] CVS: llvm/test/Regression/Debugger/funccall.c
Jeff Cohen
jeffc at jolt-lang.org
Sat Apr 23 14:26:25 PDT 2005
Changes in directory llvm/test/Regression/Debugger:
funccall.c updated: 1.2 -> 1.3
---
Log message:
Eliminate tabs and trailing spaces
---
Diffs of the changes: (+6 -6)
funccall.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Index: llvm/test/Regression/Debugger/funccall.c
diff -u llvm/test/Regression/Debugger/funccall.c:1.2 llvm/test/Regression/Debugger/funccall.c:1.3
--- llvm/test/Regression/Debugger/funccall.c:1.2 Sat Nov 6 18:34:45 2004
+++ llvm/test/Regression/Debugger/funccall.c Sat Apr 23 16:26:11 2005
@@ -2,15 +2,15 @@
static int q;
void foo() {
- int t = q;
- q = t + 1;
+ int t = q;
+ q = t + 1;
}
int main() {
- q = 0;
- foo();
- q = q - 1;
+ q = 0;
+ foo();
+ q = q - 1;
- return q;
+ return q;
}
// This is the source that corresponds to funccall.ll
More information about the llvm-commits
mailing list