]> git.sesse.net Git - vlc/commitdiff
include: code indentation for consistency
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Jan 2011 19:59:09 +0000 (20:59 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Jan 2011 19:59:09 +0000 (20:59 +0100)
include/vlc_network.h

index 04ae4cfe508c3abe24cd446511ecd45ae9979dee..2f4a45d928f0f94dc00542af409ccb09ff44f301 100644 (file)
@@ -76,13 +76,13 @@ struct msghdr
 #endif
 
 #if defined( __SYMBIAN32__ )
-#undef AF_INET6
-#undef IN6_IS_ADDR_MULTICAST
-#undef IPV6_V6ONLY
-#undef IPV6_MULTICAST_HOPS
-#undef IPV6_MULTICAST_IF
-#undef IPV6_TCLASS
-#undef IPV6_JOIN_GROUP
+#   undef AF_INET6
+#   undef IN6_IS_ADDR_MULTICAST
+#   undef IPV6_V6ONLY
+#   undef IPV6_MULTICAST_HOPS
+#   undef IPV6_MULTICAST_IF
+#   undef IPV6_TCLASS
+#   undef IPV6_JOIN_GROUP
 #endif
 
 int vlc_socket (int, int, int, bool nonblock) LIBVLC_USED;