From 3fda17917b9691356e2857e7984817d79bf65cfb Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 16 Dec 2008 00:51:15 +0000 Subject: Whitespace cleanup. svn path=/trunk/ogg/; revision=15585 --- include/ogg/ogg.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'include/ogg') 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 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 */ - - - - - - -- cgit v1.2.1