Changeset be0f5e4 in mainline for uspace/lib/c/generic/str.c


Ignore:
Timestamp:
2018-07-08T17:57:20Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6abff2a8
Parents:
e89a06a
Message:

cstyle (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/str.c

    re89a06a rbe0f5e4  
    17441744                        return EINVAL;
    17451745
    1746                 *result = -(int64_t)unsigned_result;
     1746                *result = -(int64_t) unsigned_result;
    17471747        } else
    17481748                *result = unsigned_result;
Note: See TracChangeset for help on using the changeset viewer.