mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-18 22:54:25 +01:00
common: use tabs everywhere.
Didn't generally fixup inside comments and the bech32 code: reformatting that is just anti-social. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
5d2fdfe66b
commit
f376a9c24c
@@ -138,6 +138,6 @@ void tal_arr_remove_(void *p, size_t elemsize, size_t n)
|
||||
assert(len % elemsize == 0);
|
||||
assert((n + 1) * elemsize <= len);
|
||||
memmove(objp + elemsize * n, objp + elemsize * (n+1),
|
||||
len - (elemsize * (n+1)));
|
||||
len - (elemsize * (n+1)));
|
||||
tal_resize((char **)p, len - elemsize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user