Changeset bf0a791 in mainline for uspace/app/hrctl/hrctl.c


Ignore:
Timestamp:
2024-11-27T11:19:10Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
8160e4c0
Parents:
aa7864b
Message:

hr: cstyle

File:
1 edited

Legend:

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

    raa7864b rbf0a791  
    341341                case 'n':
    342342                        cfg->dev_no = strtol(optarg, NULL, 10);
    343                         if ((int) cfg->dev_no + optind != argc)
     343                        if ((int)cfg->dev_no + optind != argc)
    344344                                goto bad;
    345345                        rc = fill_config_devs(argc, argv, optind, cfg);
Note: See TracChangeset for help on using the changeset viewer.