[vlc-commits] include: code indentation for consistency
Jean-Baptiste Kempf
git at videolan.org
Sat Jan 22 20:59:33 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at 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;
More information about the vlc-commits
mailing list