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
commit3fda17917b9691356e2857e7984817d79bf65cfb (patch)
tree87eba209cd380edc8991bdeb8da7ffd427acaed9 /include
parentd96d9b49c918a863d6cbcbd6a799719519cad7b7 (diff)
downloadogg-git-3fda17917b9691356e2857e7984817d79bf65cfb.tar.gz
Whitespace cleanup.
svn path=/trunk/ogg/; revision=15585
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 */
-
-
-
-
-
-