style fix, no code changes

This commit is contained in:
Denis Vlasenko 2008-07-27 14:15:42 +00:00
parent 6e69e4237d
commit cf8b1ef845

View File

@ -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) {