]> git.sesse.net Git - vlc/commitdiff
Cosmetic fix
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 14 Feb 2007 16:31:11 +0000 (16:31 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 14 Feb 2007 16:31:11 +0000 (16:31 +0000)
include/vlc_network.h

index 0d018199fe15164c143ad56bed2bbcd129ad407c..ab4b60e8cae06095fa46d82af337d9f75be46737 100644 (file)
@@ -154,9 +154,9 @@ enum
 
 struct pollfd
 {
-       int fd;
-       int events;
-       int revents;
+    int fd;
+    int events;
+    int revents;
 };
 
 int poll (struct pollfd *fds, unsigned nfds, int timeout);