diff options
author | Diego Biurrun <diego@biurrun.de> | 2005-12-17 18:14:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2005-12-17 18:14:38 +0000 |
commit | 115329f16062074e11ccf3b89ead6176606c9696 (patch) | |
tree | e98aa993905a702688bf821737ab9a443969fc28 /berrno.h | |
parent | d76319b1ab716320f6e6a4d690b85fe4504ebd5b (diff) | |
download | ffmpeg-115329f16062074e11ccf3b89ead6176606c9696.tar.gz |
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'berrno.h')
-rw-r--r-- | berrno.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -8,37 +8,37 @@ #ifdef ENOENT #undef ENOENT -#endif +#endif #define ENOENT 2 #ifdef EINTR #undef EINTR -#endif +#endif #define EINTR 4 #ifdef EIO #undef EIO -#endif +#endif #define EIO 5 #ifdef EAGAIN #undef EAGAIN -#endif +#endif #define EAGAIN 11 #ifdef ENOMEM #undef ENOMEM -#endif +#endif #define ENOMEM 12 #ifdef EINVAL #undef EINVAL -#endif +#endif #define EINVAL 22 #ifdef EPIPE #undef EPIPE -#endif +#endif #define EPIPE 32 #endif /* BERRNO_H */ |