summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2008-12-16 00:51:15 +0000
committerRalph Giles <giles@xiph.org>2008-12-16 00:51:15 +0000
commitc3d93a7c703feee92503ea8d53aa75d9a0d71ff5 (patch)
tree87eba209cd380edc8991bdeb8da7ffd427acaed9 /include
parenta0b4849d08fc4edd9888e5b579b30eba46e5a878 (diff)
downloadogg-c3d93a7c703feee92503ea8d53aa75d9a0d71ff5.tar.gz
Whitespace cleanup.
git-svn-id: http://svn.xiph.org/trunk/ogg@15585 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/ogg.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index f340802..fce8592 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -24,7 +24,7 @@ extern "C" {
#include <ogg/os_types.h>
typedef struct {
- void *iov_base;
+ void *iov_base;
size_t iov_len;
} ogg_iovec_t;
@@ -93,7 +93,7 @@ typedef struct {
long e_o_s;
ogg_int64_t granulepos;
-
+
ogg_int64_t packetno; /* sequence number for decode; the framing
knows where there's a hole in the data,
but we need coupling so that the codec
@@ -201,9 +201,3 @@ extern void ogg_packet_clear(ogg_packet *op);
#endif
#endif /* _OGG_H */
-
-
-
-
-
-