[macruby-changes] [5009] MacRuby/trunk/pack.c

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 9 17:26:49 PST 2010


Revision: 5009
          http://trac.macosforge.org/projects/ruby/changeset/5009
Author:   watson1978 at gmail.com
Date:     2010-12-09 17:26:45 -0800 (Thu, 09 Dec 2010)
Log Message:
-----------
clean up the unnecessary space within r5008.

Revision Links:
--------------
    http://trac.macosforge.org/projects/ruby/changeset/5008

Modified Paths:
--------------
    MacRuby/trunk/pack.c

Modified: MacRuby/trunk/pack.c
===================================================================
--- MacRuby/trunk/pack.c	2010-12-10 00:59:18 UTC (rev 5008)
+++ MacRuby/trunk/pack.c	2010-12-10 01:26:45 UTC (rev 5009)
@@ -494,7 +494,7 @@
 	    }
 	}
 	if (*p == '*') {	/* set data length */
-	    len =  strchr("@Xxu", type) ? 0
+	    len = strchr("@Xxu", type) ? 0
 		: strchr("PMm", type) ? 1
 		: items;
 	    p++;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101209/dda5f0ab/attachment.html>


More information about the macruby-changes mailing list