diff src/xs_length.h @ 909:84394ee26545

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Nov 2012 12:29:16 +0200
parents 469b341734b2
children
line wrap: on
line diff
--- a/src/xs_length.h	Sat Nov 10 11:58:59 2012 +0200
+++ b/src/xs_length.h	Sat Nov 10 12:29:16 2012 +0200
@@ -10,7 +10,8 @@
 
 /* Types
  */
-typedef struct _XSSLDBNode {
+typedef struct _XSSLDBNode
+{
     xs_md5hash_t    md5Hash;    /* 128-bit MD5 hash-digest */
     gint            nlengths;   /* Number of lengths */
     gint            *lengths;   /* Lengths in seconds */
@@ -18,7 +19,8 @@
 } XSSLDBNode;
 
 
-typedef struct {
+typedef struct
+{
     XSSLDBNode     *nodes,
                     **pindex;
     size_t          n;
@@ -30,7 +32,7 @@
 gint            xs_sldb_read(XSSLDB *, const gchar *);
 gint            xs_sldb_index(XSSLDB *);
 void            xs_sldb_free(XSSLDB *);
-XSSLDBNode *   xs_sldb_get(XSSLDB *, const gchar *);
+XSSLDBNode *    xs_sldb_get(XSSLDB *, const gchar *);
 
 #ifdef __cplusplus
 }