From bf8dcd1c9e8782e29993f271f3bb277435f6ed38 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sun, 13 Aug 2017 07:47:03 +0200 Subject: [PATCH] Cosmetic: fix indent --- src/decblupi.cxx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/decblupi.cxx b/src/decblupi.cxx index 4f44a3c..e2d7679 100644 --- a/src/decblupi.cxx +++ b/src/decblupi.cxx @@ -463,19 +463,15 @@ void CDecor::BlupiSound (Sint32 rank, Sounds sound, POINT pos, bool bStop) } // Sons associés à des actions. -// clang-format off static const struct { - Sint16 action; - Sounds sound; + Sint16 action; + Sounds sound; } tableSound[] = { - {ACTION_BURN, SOUND_BURN}, - {ACTION_TCHAO, SOUND_TCHAO}, - {ACTION_EAT, SOUND_EAT}, - {ACTION_DRINK, SOUND_DRINK}, - {ACTION_SLIDE, SOUND_SLIDE}, - {ACTION_R_LOAD, SOUND_R_LOAD}, + {ACTION_BURN, SOUND_BURN}, {ACTION_TCHAO, SOUND_TCHAO}, + {ACTION_EAT, SOUND_EAT}, {ACTION_DRINK, SOUND_DRINK}, + {ACTION_SLIDE, SOUND_SLIDE}, {ACTION_R_LOAD, SOUND_R_LOAD}, }; -// clang-format on + // Effectue quelques initialisations pour une nouvelle action. void CDecor::BlupiInitAction (Sint32 rank, Sint32 action, Sint32 direct)