mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
netlink-socket: Minor style fix.
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -59,8 +59,7 @@ static void log_nlmsg(const char *function, int error,
|
||||
|
||||
/* Netlink sockets. */
|
||||
|
||||
struct nl_sock
|
||||
{
|
||||
struct nl_sock {
|
||||
int fd;
|
||||
uint32_t next_seq;
|
||||
uint32_t pid;
|
||||
|
Reference in New Issue
Block a user