From 3e0bce333ea7c6b34dcf79a9155b6af49d8de427 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sun, 6 Aug 2017 21:27:06 +0200 Subject: [PATCH] Cosmetic --- src/decblupi.cxx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/decblupi.cxx b/src/decblupi.cxx index fe23c45..6e5ccbe 100644 --- a/src/decblupi.cxx +++ b/src/decblupi.cxx @@ -463,21 +463,17 @@ void CDecor::BlupiSound (Sint32 rank, Sint32 sound, POINT pos, bool bStop) } // Sons associés à des actions. - -static const Sint16 tableSound[] = {ACTION_BRULE, - SOUND_BRULE, - ACTION_TCHAO, - SOUND_TCHAO, - ACTION_MANGE, - SOUND_MANGE, - ACTION_BOIT, - SOUND_BOIT, - ACTION_GLISSE, - SOUND_GLISSE, - ACTION_R_CHARGE, - SOUND_R_CHARGE, - -1}; - +// clang-format off +static const Sint16 tableSound[] = { + ACTION_BRULE, SOUND_BRULE, + ACTION_TCHAO, SOUND_TCHAO, + ACTION_MANGE, SOUND_MANGE, + ACTION_BOIT, SOUND_BOIT, + ACTION_GLISSE, SOUND_GLISSE, + ACTION_R_CHARGE, SOUND_R_CHARGE, + -1 +}; +// clang-format on // Effectue quelques initialisations pour une nouvelle action. void CDecor::BlupiInitAction (Sint32 rank, Sint32 action, Sint32 direct)