Changeset 1433ecda in mainline for uspace/app/sportdmp


Ignore:
Timestamp:
2018-04-04T15:42:37Z (8 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/sportdmp/sportdmp.c

    r47b2d7e3 r1433ecda  
    5555        if (argc > arg && str_test_prefix(argv[arg], "--baud=")) {
    5656                size_t arg_offset = str_lsize(argv[arg], 7);
    57                 char* arg_str = argv[arg] + arg_offset;
     57                char *arg_str = argv[arg] + arg_offset;
    5858                if (str_length(arg_str) == 0) {
    5959                        fprintf(stderr, "--baud requires an argument\n");
     
    7979                }
    8080                arg++;
    81         }
    82         else {
     81        } else {
    8382                category_id_t serial_cat_id;
    8483
Note: See TracChangeset for help on using the changeset viewer.