Changeset 858469f in mainline


Ignore:
Timestamp:
2019-01-01T19:58:48Z (5 years ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79bb48e
Parents:
713ba400
git-author:
Vojtech Horky <vojtech.horky@…> (2019-01-01 19:57:36)
git-committer:
Vojtech Horky <vojtech.horky@…> (2019-01-01 19:58:48)
Message:

Fix formatting for Sycek

Hopefully, it makes the code more readable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/types/casting.h

    r713ba400 r858469f  
    4848{
    4949        unsigned int as_uint = (unsigned int) val;
    50         return ! ((as_uint != val) || (((int) as_uint) < 0));
     50        return !((as_uint != val) || (((int) as_uint) < 0));
    5151}
    5252
Note: See TracChangeset for help on using the changeset viewer.