From 86c5f23b856907440963cd0bcc28ad759ec36c33 Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Tue, 12 Jun 2018 15:25:25 +0000 Subject: [PATCH] Refs #567. Correct a few closing curly brace indentations after a call to BootActivate(). git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@527 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c | 2 +- Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_IAR/Prog/boot.c | 2 +- .../Demo/ARMCM3_STM32F1_Olimex_STM32P103_Crossworks/Prog/boot.c | 2 +- Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/boot.c | 2 +- Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_IAR/Prog/boot.c | 2 +- Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_Keil/Prog/boot.c | 2 +- .../Demo/ARMCM3_STM32F1_Olimex_STM32P103_TrueStudio/Prog/boot.c | 2 +- Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/boot.c | 2 +- Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_IAR/Prog/boot.c | 2 +- .../Demo/ARMCM3_STM32F1_Olimexino_STM32_TrueStudio/Prog/boot.c | 2 +- Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/boot.c | 2 +- Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_IAR/Prog/boot.c | 2 +- .../Demo/ARMCM4_STM32F4_Olimex_STM32E407_TrueStudio/Prog/boot.c | 2 +- Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Prog/boot.c | 2 +- Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_IAR/Prog/boot.c | 2 +- .../Demo/ARMCM4_STM32F4_Olimex_STM32P405_TrueStudio/Prog/boot.c | 2 +- Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_GCC/Prog/boot.c | 2 +- Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_IAR/Prog/boot.c | 2 +- Target/Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Prog/boot.c | 1 - 19 files changed, 18 insertions(+), 19 deletions(-) diff --git a/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c b/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c index 484d6a3c..6c7aca0a 100644 --- a/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c +++ b/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_GCC/Prog/boot.c @@ -388,7 +388,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } /*** end of BootComCanCheckActivationRequest ***/ #endif /* BOOT_COM_CAN_ENABLE > 0 */ diff --git a/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_IAR/Prog/boot.c b/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_IAR/Prog/boot.c index d5536dfc..1fe4efa4 100644 --- a/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_IAR/Prog/boot.c +++ b/Target/Demo/ARMCM0_XMC1_XMC1400_Boot_Kit_IAR/Prog/boot.c @@ -388,7 +388,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } /*** end of BootComCanCheckActivationRequest ***/ #endif /* BOOT_COM_CAN_ENABLE > 0 */ diff --git a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_Crossworks/Prog/boot.c b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_Crossworks/Prog/boot.c index 5b3136aa..9a5e3609 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_Crossworks/Prog/boot.c +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_Crossworks/Prog/boot.c @@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/boot.c b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/boot.c index 791d90ee..1685a28a 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/boot.c +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_GCC/Prog/boot.c @@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_IAR/Prog/boot.c b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_IAR/Prog/boot.c index fb81371e..12c1b1b0 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_IAR/Prog/boot.c +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_IAR/Prog/boot.c @@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_Keil/Prog/boot.c b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_Keil/Prog/boot.c index c2b2c33e..b31cf780 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_Keil/Prog/boot.c +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_Keil/Prog/boot.c @@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_TrueStudio/Prog/boot.c b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_TrueStudio/Prog/boot.c index e7c64c0d..6af3dc67 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_TrueStudio/Prog/boot.c +++ b/Target/Demo/ARMCM3_STM32F1_Olimex_STM32P103_TrueStudio/Prog/boot.c @@ -422,7 +422,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/boot.c b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/boot.c index b66d16e6..809dc260 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/boot.c +++ b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_GCC/Prog/boot.c @@ -265,7 +265,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_IAR/Prog/boot.c b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_IAR/Prog/boot.c index 6df59090..5c535566 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_IAR/Prog/boot.c +++ b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_IAR/Prog/boot.c @@ -265,7 +265,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_TrueStudio/Prog/boot.c b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_TrueStudio/Prog/boot.c index 0d7f2b84..424431ae 100644 --- a/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_TrueStudio/Prog/boot.c +++ b/Target/Demo/ARMCM3_STM32F1_Olimexino_STM32_TrueStudio/Prog/boot.c @@ -265,7 +265,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/boot.c b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/boot.c index 638df95f..977c55fa 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/boot.c +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_GCC/Prog/boot.c @@ -427,7 +427,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_IAR/Prog/boot.c b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_IAR/Prog/boot.c index 96aab8ce..550ca520 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_IAR/Prog/boot.c +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_IAR/Prog/boot.c @@ -427,7 +427,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_TrueStudio/Prog/boot.c b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_TrueStudio/Prog/boot.c index 428342cb..0cf23f90 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_TrueStudio/Prog/boot.c +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32E407_TrueStudio/Prog/boot.c @@ -427,7 +427,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Prog/boot.c b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Prog/boot.c index 06718b24..3faf02da 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Prog/boot.c +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_GCC/Prog/boot.c @@ -425,7 +425,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_IAR/Prog/boot.c b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_IAR/Prog/boot.c index e63592ce..5b021411 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_IAR/Prog/boot.c +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_IAR/Prog/boot.c @@ -425,7 +425,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_TrueStudio/Prog/boot.c b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_TrueStudio/Prog/boot.c index b2012e55..2f013016 100644 --- a/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_TrueStudio/Prog/boot.c +++ b/Target/Demo/ARMCM4_STM32F4_Olimex_STM32P405_TrueStudio/Prog/boot.c @@ -425,7 +425,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } } /*** end of BootComCanCheckActivationRequest ***/ diff --git a/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_GCC/Prog/boot.c b/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_GCC/Prog/boot.c index d448e137..f26e6fb7 100644 --- a/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_GCC/Prog/boot.c +++ b/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_GCC/Prog/boot.c @@ -394,7 +394,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } /*** end of BootComCanCheckActivationRequest ***/ #endif /* BOOT_COM_CAN_ENABLE > 0 */ diff --git a/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_IAR/Prog/boot.c b/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_IAR/Prog/boot.c index 6924ded2..25a81b96 100644 --- a/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_IAR/Prog/boot.c +++ b/Target/Demo/ARMCM4_XMC4_XMC4700_Relax_Kit_IAR/Prog/boot.c @@ -394,7 +394,7 @@ static void BootComCanCheckActivationRequest(void) { /* connection request received so start the bootloader */ BootActivate(); - } + } } } /*** end of BootComCanCheckActivationRequest ***/ #endif /* BOOT_COM_CAN_ENABLE > 0 */ diff --git a/Target/Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Prog/boot.c b/Target/Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Prog/boot.c index 965bd780..0950749b 100644 --- a/Target/Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Prog/boot.c +++ b/Target/Demo/HCS12_Evbplus_Dragon12p_CodeWarrior/Prog/boot.c @@ -449,7 +449,6 @@ static void BootComCanCheckActivationRequest(void) /* connection request received so start the bootloader */ BootActivate(); } - } /* release the receive object by clearing the rx flag */ CAN0RFLG &= CAN0RFLG_RXF_MASK;