Changeset 6f13257 in mainline for uspace/app/hrctl/hrctl.c


Ignore:
Timestamp:
2025-05-20T11:01:31Z (2 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
c5b60e25
Parents:
a2281efc
git-author:
Miroslav Cimerman <mc@…> (2025-05-20 10:55:15)
git-committer:
Miroslav Cimerman <mc@…> (2025-05-20 11:01:31)
Message:

hr: cstyle: don't align struct members and fcn decls

File:
1 edited

Legend:

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

    ra2281efc r6f13257  
    4848#define NAME "hrctl"
    4949
    50 static void     usage(void);
    51 static errno_t  fill_config_devs(int, char **, hr_config_t *);
     50static void usage(void);
     51static errno_t fill_config_devs(int, char **, hr_config_t *);
    5252static errno_t get_vol_configs_from_sif(const char *, hr_config_t **, size_t *);
    5353
Note: See TracChangeset for help on using the changeset viewer.