summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/list.h')
-rw-r--r--lib/libalpm/list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalpm/list.h b/lib/libalpm/list.h
index 7cfc886f..74da9a00 100644
--- a/lib/libalpm/list.h
+++ b/lib/libalpm/list.h
@@ -35,9 +35,9 @@ typedef struct __pmlist_t PMList;
#define FREELIST(p) _FREELIST(p, free)
#define FREELISTPTR(p) _FREELIST(p, NULL)
-typedef void (*_alpm_fn_free) (void *);
+typedef void (*_alpm_fn_free)(void *);
/* Sort comparison callback function declaration */
-typedef int (*_alpm_fn_cmp) (const void *, const void *);
+typedef int (*_alpm_fn_cmp)(const void *, const void *);
PMList *_alpm_list_new(void);
void _alpm_list_free(PMList *list, _alpm_fn_free fn);