New testcase for PR1744
[oota-llvm.git] / test / CFrontend / 2002-10-12-TooManyArguments.c
index 0c31f2b90a1a726866b5fb4b186e9b23b7610f56..206cdd98da0bf04abb085d7a804fd8e0cf02acac 100644 (file)
@@ -4,5 +4,5 @@
 void foo() {}
 
 void bar() {
-       foo(1, 2, 3);  /* Too many arguments passed */
+  foo(1, 2, 3);  /* Too many arguments passed */
 }