From 831235838f00db3519639c785c1d8d78f76ba274 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 22 Jan 2011 20:59:09 +0100 Subject: [PATCH] include: code indentation for consistency --- include/vlc_network.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/vlc_network.h b/include/vlc_network.h index 04ae4cfe50..2f4a45d928 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; -- 2.39.2