mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
style fix, no code changes
This commit is contained in:
parent
6e69e4237d
commit
cf8b1ef845
1 changed files with 2 additions and 2 deletions
|
|
@ -197,8 +197,8 @@ static void prg_cache_clear(void)
|
|||
#define prg_cache_clear() ((void)0)
|
||||
#endif
|
||||
|
||||
static long extract_socket_inode(const char *lname) {
|
||||
|
||||
static long extract_socket_inode(const char *lname)
|
||||
{
|
||||
long inode = -1;
|
||||
|
||||
if (strncmp(lname, "socket:[", sizeof("socket:[")-1) == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue