From 4d220ac53685135665f29045e0e9776873dc1472 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Thu, 18 Feb 2021 12:02:55 +0100 Subject: [PATCH] Fix indention of parameter list. See osdn #41607 --- common/effects.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/effects.h b/common/effects.h index 024347cc57..a0536509d2 100644 --- a/common/effects.h +++ b/common/effects.h @@ -371,9 +371,9 @@ int effect_value_from_universals(enum effect_type type, struct universal *unis, size_t n_unis); bool effect_universals_value_never_below(enum effect_type type, - struct universal *unis, - size_t n_unis, - int min_value); + struct universal *unis, + size_t n_unis, + int min_value); bool is_building_replaced(const struct city *pcity, const struct impr_type *pimprove, -- 2.20.1