Changeset 774aa332 in mainline for uspace/srv/hid/input/input.c


Ignore:
Timestamp:
2018-05-25T14:22:55Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a05ec66
Parents:
29c3c72
git-author:
Jiri Svoboda <jiri@…> (2018-05-24 17:21:04)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-25 14:22:55)
Message:

list_foreach loops with single-statement body are indented incorrectly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/input.c

    r29c3c72 r774aa332  
    308308        /* Mutual exclusion of active clients */
    309309        list_foreach(clients, link, client_t, client)
    310             client->active = ((active) && (client == active_client));
     310                client->active = ((active) && (client == active_client));
    311311
    312312        /* Notify clients about the arbitration */
Note: See TracChangeset for help on using the changeset viewer.