diff avio.h @ 885:da1d5db0ce5c libavformat

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents e8b4454b997d
children a887adfe9dc5
line wrap: on
line diff
--- a/avio.h	Sat Dec 17 17:57:03 2005 +0000
+++ b/avio.h	Sat Dec 17 18:14:38 2005 +0000
@@ -9,7 +9,7 @@
 
 struct URLContext {
     struct URLProtocol *prot;
-    int flags;        
+    int flags;
     int is_streamed;  /* true if streamed (no seek possible), default = false */
     int max_packet_size;  /* if non zero, the stream is packetized with this max packet size */
     void *priv_data;