Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r5976 - trunk/eda/boom (wer...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2010-09-12 04:52:04 +0200 (Sun, 12 Sep 2010)
New Revision: 5976

Modified:
   trunk/eda/boom/parser.pl
Log:
Strip trailing spaces in BOM entries.

- boom/parser.pl (bom): strip trailing spaces



Modified: trunk/eda/boom/parser.pl
===================================================================
--- trunk/eda/boom/parser.pl    2010-09-06 08:09:16 UTC (rev 5975)
+++ trunk/eda/boom/parser.pl    2010-09-12 02:52:04 UTC (rev 5976)
@@ -45,6 +45,7 @@
     my @f = split(/\s*;\s*/, $');
     next if $f[0] eq "NC";
     for (@f) {
+       s/\s+$//;
        &sanitize(\$_);
     }
     $cmp{$ref} = [ @f ];




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to