Author: paultcochrane
Date: Thu Mar 29 03:21:28 2007
New Revision: 17830
Modified:
trunk/src/inter_call.c
Log:
[src] Removed trailing whitespace
Modified: trunk/src/inter_call.c
==============================================================================
--- trunk/src/inter_call.c (original)
+++ trunk/src/inter_call.c Thu Mar 29 03:21:28 2007
@@ -1396,7 +1396,7 @@
/* second loop through signature to build all index and arg_flag
* loop also assigns args(up to the ->) to registers */
-
+
/* account for passing invocant in-band */
if (pmc) {
indexes[0][0] = 0;
@@ -1432,7 +1432,7 @@
/* parse arg type */
else if (isupper(*x)) {
if (index >= 0) {
- commit_last_arg(interp, index, cur, n_regs_used, seen_arrow,
sigs, indexes, ctx,
+ commit_last_arg(interp, index, cur, n_regs_used, seen_arrow,
sigs, indexes, ctx,
pmc, &list);
}
index++;