changeset 1672:818eafa8fc95 libavformat

cosmetics: indentation
author aurel
date Thu, 18 Jan 2007 23:23:41 +0000
parents f695f8fc4a63
children a782462e2497
files tcp.c udp.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tcp.c	Thu Jan 18 17:48:21 2007 +0000
+++ b/tcp.c	Thu Jan 18 23:23:41 2007 +0000
@@ -23,7 +23,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
-# include <arpa/inet.h>
+#include <arpa/inet.h>
 #include <netdb.h>
 #include <sys/time.h>
 #include <fcntl.h>
--- a/udp.c	Thu Jan 18 17:48:21 2007 +0000
+++ b/udp.c	Thu Jan 18 23:23:41 2007 +0000
@@ -23,7 +23,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
-# include <arpa/inet.h>
+#include <arpa/inet.h>
 #include <netdb.h>
 
 #ifndef IPV6_ADD_MEMBERSHIP