Whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -442,7 +442,7 @@ struct ext2_super_block {
|
||||
uint32_t s_reserved[162]; /* Padding to the end of the block */
|
||||
};
|
||||
struct BUG_ext2_super_block {
|
||||
char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1];
|
||||
char bug[sizeof(struct ext2_super_block) == 1024 ? 1 : -1];
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -483,9 +483,9 @@ int xmkstemp(char *template) FAST_FUNC;
|
||||
off_t fdlength(int fd) FAST_FUNC;
|
||||
|
||||
uoff_t FAST_FUNC get_volume_size_in_bytes(int fd,
|
||||
const char *override,
|
||||
unsigned override_units,
|
||||
int extend);
|
||||
const char *override,
|
||||
unsigned override_units,
|
||||
int extend);
|
||||
|
||||
void xpipe(int filedes[2]) FAST_FUNC;
|
||||
/* In this form code with pipes is much more readable */
|
||||
|
||||
@@ -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__)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user