1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-10-01 11:32:53 +03:00

b2/: correct some whitespace anomalies

This commit is contained in:
Werner Almesberger 2012-05-21 21:25:29 -03:00
parent 256a096220
commit 2c5850ebe6
3 changed files with 2 additions and 3 deletions

View File

@ -98,7 +98,6 @@ static int strip_unit(const char *s, const char **stop, const char *unit,
(*stop)--;
else
*mult = 1;
} else {
*mult = 1;
}

View File

@ -50,7 +50,7 @@ static void open_stdin(const char *name)
static void do_parse(const char *name, int start, int nl, int pat)
{
open_stdin(name);
start_token = start;
expose_nl = nl;
pattern = pat;

View File

@ -1,5 +1,5 @@
%{
/*
/*
* lang.y - BOOM grammar
*
* Copyright 2012 by Werner Almesberger