Changeset 1433ecda in mainline for uspace/app/mixerctl/mixerctl.c


Ignore:
Timestamp:
2018-04-04T15:42:37Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mixerctl/mixerctl.c

    r47b2d7e3 r1433ecda  
    4949static void print_levels(async_exch_t *exch)
    5050{
    51         char* name = NULL;
     51        char *name = NULL;
    5252        unsigned count = 0;
    5353        errno_t ret = audio_mixer_get_info(exch, &name, &count);
     
    8282}
    8383
    84 static unsigned get_number(const char* str)
     84static unsigned get_number(const char *str)
    8585{
    8686        uint16_t num;
     
    129129{
    130130        const char *service = DEFAULT_SERVICE;
    131         void (*command)(async_exch_t *, int, char*[]) = NULL;
     131        void (*command)(async_exch_t *, int, char *[]) = NULL;
    132132
    133133        if (argc >= 2 && str_cmp(argv[1], "setlevel") == 0) {
Note: See TracChangeset for help on using the changeset viewer.