Changeset 9e96666 in mainline


Ignore:
Timestamp:
2012-09-18T19:35:02Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a73bc6a
Parents:
1a1b05b
Message:

cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mm/page_fault.c

    r1a1b05b r9e96666  
    7676static inline const char * dfsr_source_to_str(dfsr_source_t source)
    7777{
    78         switch (source)
    79         {
     78        switch (source) {
    8079        case DFSR_SOURCE_TRANSLATION_L1:
    8180                return "Translation fault L1";
     
    249248        const dfsr_source_t source = fsr.raw & DFSR_SOURCE_MASK;
    250249
    251         switch (source)
    252         {
     250        switch (source) {
    253251        case DFSR_SOURCE_TRANSLATION_L1:
    254252        case DFSR_SOURCE_TRANSLATION_L2:
Note: See TracChangeset for help on using the changeset viewer.