mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-22 20:45:55 +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)--;
|
||||
else
|
||||
*mult = 1;
|
||||
|
||||
} else {
|
||||
*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)
|
||||
{
|
||||
open_stdin(name);
|
||||
|
||||
|
||||
start_token = start;
|
||||
expose_nl = nl;
|
||||
pattern = pat;
|
||||
|
Loading…
Reference in New Issue
Block a user