Changeset e98f1c3e in mainline for kernel/test/test.c


Ignore:
Timestamp:
2016-08-28T11:49:38Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f4c537a
Parents:
db4c43e1
Message:

cstyle (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/test.c

    rdb4c43e1 re98f1c3e  
    6969};
    7070
    71 const char* tests_hints_enum(const char *input, const char **help,
     71const char *tests_hints_enum(const char *input, const char **help,
    7272    void **ctx)
    7373{
    7474        size_t len = str_length(input);
    75         test_t **test = (test_t**)ctx;
     75        test_t **test = (test_t **) ctx;
    7676       
    7777        if (*test == NULL)
Note: See TracChangeset for help on using the changeset viewer.