From 8047f13a888189189f1efde5509462b80a967bd1 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sat, 23 Apr 2005 21:26:11 +0000 Subject: Eliminate tabs and trailing spaces llvm-svn: 21479 --- llvm/test/Regression/Debugger/funccall.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'llvm/test/Regression/Debugger/funccall.c') diff --git a/llvm/test/Regression/Debugger/funccall.c b/llvm/test/Regression/Debugger/funccall.c index b99a8851d31..4d016ecd017 100644 --- a/llvm/test/Regression/Debugger/funccall.c +++ b/llvm/test/Regression/Debugger/funccall.c @@ -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 -- cgit v1.2.3