networking/interface.c: better readability (by Walter Harms)
mkfs_minix: whitespace fix
This commit is contained in:
@ -160,7 +160,7 @@ static ALWAYS_INLINE unsigned div_roundup(unsigned size, unsigned n)
|
||||
|
||||
static int minix_bit(const char* a, unsigned i)
|
||||
{
|
||||
return a[i >> 3] & (1<<(i & 7));
|
||||
return a[i >> 3] & (1<<(i & 7));
|
||||
}
|
||||
|
||||
static void minix_setbit(char *a, unsigned i)
|
||||
|
Reference in New Issue
Block a user