Whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
bfa6ed1bf4
commit
982e87f2fb
12 changed files with 23 additions and 23 deletions
|
@ -30,7 +30,7 @@
|
|||
/*
|
||||
static void die_at(int line)
|
||||
{
|
||||
bb_error_msg_and_die("internal error at %d", line);
|
||||
bb_error_msg_and_die("internal error at %d", line);
|
||||
}
|
||||
#define assert(v) if (!(v)) die_at(__LINE__)
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue