mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 16:31:24 +00:00
style fix, no code changes
This commit is contained in:
parent
6e69e4237d
commit
cf8b1ef845
@ -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 New Issue
Block a user