mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 01:14:04 +02:00
b2/: correct some whitespace anomalies
This commit is contained in:
parent
256a096220
commit
2c5850ebe6
@ -98,7 +98,6 @@ static int strip_unit(const char *s, const char **stop, const char *unit,
|
|||||||
(*stop)--;
|
(*stop)--;
|
||||||
else
|
else
|
||||||
*mult = 1;
|
*mult = 1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
*mult = 1;
|
*mult = 1;
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ static void open_stdin(const char *name)
|
|||||||
static void do_parse(const char *name, int start, int nl, int pat)
|
static void do_parse(const char *name, int start, int nl, int pat)
|
||||||
{
|
{
|
||||||
open_stdin(name);
|
open_stdin(name);
|
||||||
|
|
||||||
start_token = start;
|
start_token = start;
|
||||||
expose_nl = nl;
|
expose_nl = nl;
|
||||||
pattern = pat;
|
pattern = pat;
|
||||||
|
Loading…
Reference in New Issue
Block a user