From c9b5c1332a1355277b8c175d4cc198d51f0356bd Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Wed, 30 Sep 2009 20:18:36 +0000 Subject: [PATCH] Formatting only. --- Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs | 3 +-- Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs index c8a7a40378..4ab370397b 100644 --- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs +++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs @@ -19,7 +19,6 @@ - @@ -50,7 +49,7 @@ - + diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c index 67628e011b..13072640c2 100644 --- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c +++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c @@ -217,12 +217,12 @@ access to the debug variables that form part of the Rowley library, and are accessed within the debug_printf() function. */ extern unsigned long dbgCntrlWord_mempoll; static const xMemoryRegion xAltRegions[ portNUM_CONFIGURABLE_REGIONS ] = - { - /* Base address Length Parameters */ - { ( void * ) &dbgCntrlWord_mempoll, 32, portMPU_REGION_READ_WRITE }, - { 0, 0, 0 }, - { 0, 0, 0 } - }; +{ + /* Base address Length Parameters */ + { ( void * ) &dbgCntrlWord_mempoll, 32, portMPU_REGION_READ_WRITE }, + { 0, 0, 0 }, + { 0, 0, 0 } +};