netlink-socket: Minor style fix.
authorBen Pfaff <blp@nicira.com>
Tue, 9 Apr 2013 18:18:27 +0000 (11:18 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Apr 2013 22:05:56 +0000 (15:05 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/netlink-socket.c

index 392bcf5..a9e68fa 100644 (file)
@@ -59,8 +59,7 @@ static void log_nlmsg(const char *function, int error,
 \f
 /* Netlink sockets. */
 
-struct nl_sock
-{
+struct nl_sock {
     int fd;
     uint32_t next_seq;
     uint32_t pid;