diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-01-18 23:23:41 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-01-18 23:23:41 +0000 |
commit | 763750242bdd1ff4e2be3d6654cb8fb748295d5e (patch) | |
tree | cecf19f5b5aea04a6c5ea5b12ed68c07367ca0c5 | |
parent | c9c1a8e794d84acc0e72987c4ae06f6847bc2cab (diff) | |
download | ffmpeg-763750242bdd1ff4e2be3d6654cb8fb748295d5e.tar.gz |
cosmetics: indentation
Originally committed as revision 7583 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/tcp.c | 2 | ||||
-rw-r--r-- | libavformat/udp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/tcp.c b/libavformat/tcp.c index 9544773111..52aab81e82 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -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> diff --git a/libavformat/udp.c b/libavformat/udp.c index ee6ad20dcb..0d165d2f1c 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -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 |