Changeset 15b6715 in mainline


Ignore:
Timestamp:
2014-09-09T20:29:16Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bd820f
Parents:
24c394b
Message:

Fix cstyle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/fpu_context.c

    r24c394b r15b6715  
    189189                return;
    190190        }
    191         switch (FPSID_SUBACHITECTURE(fpsid))
    192         {
     191        switch (FPSID_SUBACHITECTURE(fpsid)) {
    193192        case FPU_VFPv1:
    194193                printf("Detected VFPv1\n");
Note: See TracChangeset for help on using the changeset viewer.