Browse Source

cosmetics: indentation

Originally committed as revision 7583 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 19 years ago
parent
commit
763750242b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavformat/tcp.c
  2. +1
    -1
      libavformat/udp.c

+ 1
- 1
libavformat/tcp.c View File

@@ -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>


+ 1
- 1
libavformat/udp.c View File

@@ -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


Loading…
Cancel
Save