From 59a9b7a9f611d338ec4c3c31a7a7fce3f29e974d Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 4 May 2020 11:05:36 +0200 Subject: [PATCH] sources: reformat forward prototypes --- sources.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/sources.c b/sources.c index d06f9ca..685eee6 100644 --- a/sources.c +++ b/sources.c @@ -172,13 +172,10 @@ static double combine_limit; /* ================================================== */ /* Forward prototype */ -static void -slew_sources(struct timespec *raw, struct timespec *cooked, double dfreq, - double doffset, LCL_ChangeType change_type, void *anything); -static void -add_dispersion(double dispersion, void *anything); -static char * -source_to_string(SRC_Instance inst); +static void slew_sources(struct timespec *raw, struct timespec *cooked, double dfreq, + double doffset, LCL_ChangeType change_type, void *anything); +static void add_dispersion(double dispersion, void *anything); +static char *source_to_string(SRC_Instance inst); /* ================================================== */ /* Initialisation function */