Mercurial > audlegacy-plugins
diff src/sid/xs_length.h @ 2593:f4dce14ed238
Indentation cleanups.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 21 May 2008 00:46:06 +0300 |
parents | 1223e8510d8a |
children | 2541c1ba98a5 |
line wrap: on
line diff
--- a/src/sid/xs_length.h Tue May 20 20:23:15 2008 +0200 +++ b/src/sid/xs_length.h Wed May 21 00:46:06 2008 +0300 @@ -12,25 +12,25 @@ */ typedef struct _sldb_node_t { xs_md5hash_t md5Hash; /* 128-bit MD5 hash-digest */ - gint nlengths; /* Number of lengths */ - gint *lengths; /* Lengths in seconds */ + gint nlengths; /* Number of lengths */ + gint *lengths; /* Lengths in seconds */ struct _sldb_node_t *prev, *next; } sldb_node_t; typedef struct { - sldb_node_t *nodes, - **pindex; - size_t n; + sldb_node_t *nodes, + **pindex; + size_t n; } xs_sldb_t; /* Functions */ -gint xs_sldb_read(xs_sldb_t *, const gchar *); -gint xs_sldb_index(xs_sldb_t *); -void xs_sldb_free(xs_sldb_t *); -sldb_node_t * xs_sldb_get(xs_sldb_t *, const gchar *); +gint xs_sldb_read(xs_sldb_t *, const gchar *); +gint xs_sldb_index(xs_sldb_t *); +void xs_sldb_free(xs_sldb_t *); +sldb_node_t * xs_sldb_get(xs_sldb_t *, const gchar *); #ifdef __cplusplus }