vlc | branch: master | Jean-Baptiste Kempf <j...@videolan.org> | Sat Jan 22 
20:59:09 2011 +0100| [831235838f00db3519639c785c1d8d78f76ba274] | committer: 
Jean-Baptiste Kempf

include: code indentation for consistency

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=831235838f00db3519639c785c1d8d78f76ba274
---

 include/vlc_network.h |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/vlc_network.h b/include/vlc_network.h
index 04ae4cf..2f4a45d 100644
--- a/include/vlc_network.h
+++ b/include/vlc_network.h
@@ -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;

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to