From 0eae839cb19f9384e742fb94e102042d25b89780 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 27 Aug 2015 16:32:47 +0200 Subject: fq: style fixes --- fq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fq.c b/fq.c index cf02c2d..dc165db 100644 --- a/fq.c +++ b/fq.c @@ -44,9 +44,9 @@ islocked(int fd) } static int -alphabetic(const void* a, const void* b) +alphabetic(const void *a, const void *b) { - return strcmp(*(char**)a, *(char **)b); + return strcmp(*(char **)a, *(char **)b); } int -- cgit 1.4.1