From 2e8cb9582afc081c36695f5099f6bcf32a4c52a6 Mon Sep 17 00:00:00 2001 From: MascaraSnake Date: Tue, 15 May 2018 09:39:52 +0200 Subject: [PATCH] Consistency: Pointer declarations next to the variable name instead of the type --- src/p_spec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_spec.c b/src/p_spec.c index faec226ad..e77a783e9 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -5527,7 +5527,7 @@ void P_InitSpecials(void) P_InitTagLists(); // Create xref tables for tags } -static void P_ApplyFlatAlignment(line_t* master, sector_t* sector, angle_t flatangle, fixed_t xoffs, fixed_t yoffs) +static void P_ApplyFlatAlignment(line_t *master, sector_t *sector, angle_t flatangle, fixed_t xoffs, fixed_t yoffs) { if (!(master->flags & ML_NOSONIC)) // Modify floor flat alignment unless NOSONIC flag is set {