Changeset 8ebe212 in mainline for uspace/lib/bithenge/src/script.c


Ignore:
Timestamp:
2018-04-13T12:39:06Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
18b6a88
Parents:
f712a85
git-author:
Jiri Svoboda <jiri@…> (2018-04-12 17:38:04)
git-committer:
Jiri Svoboda <jiri@…> (2018-04-13 12:39:06)
Message:

ccheck-fix a few files with for loops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/src/script.c

    rf712a85 r8ebe212  
    401401    const char *name)
    402402{
    403         for (transform_list_t * e = state->transform_list; e; e = e->next) {
     403        for (transform_list_t *e = state->transform_list; e; e = e->next) {
    404404                if (!str_cmp(e->name, name)) {
    405405                        bithenge_transform_inc_ref(e->transform);
Note: See TracChangeset for help on using the changeset viewer.