mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
Fix minor code style issue in write_key
This commit is contained in:
parent
995e8b35f4
commit
582d84646d
@ -182,7 +182,8 @@ static int write_key(const char *pathname, const char *key, const char *value, i
|
|||||||
{
|
{
|
||||||
struct stat st;
|
struct stat st;
|
||||||
char *map, *off, *end, *str;
|
char *map, *off, *end, *str;
|
||||||
off_t size; size_t base;
|
off_t size;
|
||||||
|
size_t base;
|
||||||
int fd, len, err = 0;
|
int fd, len, err = 0;
|
||||||
|
|
||||||
fd = open(pathname, O_RDWR);
|
fd = open(pathname, O_RDWR);
|
||||||
|
Loading…
Reference in New Issue
Block a user