From: richardbarry Date: Wed, 30 Sep 2009 20:18:36 +0000 (+0000) Subject: Formatting only. X-Git-Tag: V6.0.0~40 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=51504c58bdb3c58fc35566abbc656e71e682f03e;p=freertos Formatting only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@888 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs index c8a7a4037..4ab370397 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 67628e011..13072640c 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 } +};