whitespace cleanup

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko
2010-10-29 11:46:52 +02:00
parent 66cb7bed33
commit fb132e4737
69 changed files with 231 additions and 268 deletions

View File

@ -11,11 +11,11 @@
PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
struct rtnl_handle {
int fd;
struct sockaddr_nl local;
struct sockaddr_nl peer;
uint32_t seq;
uint32_t dump;
int fd;
struct sockaddr_nl local;
struct sockaddr_nl peer;
uint32_t seq;
uint32_t dump;
};
extern void xrtnl_open(struct rtnl_handle *rth) FAST_FUNC;