Changeset aaf9789c in mainline for uspace/lib/c/test/ieee_double.c


Ignore:
Timestamp:
2019-02-11T23:08:42Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
db29c34
Parents:
d5a89a3
Message:

syntax correction according make ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/ieee_double.c

    rd5a89a3 raaf9789c  
    134134        PCUT_ASSERT_FALSE(d.is_nan);
    135135        PCUT_ASSERT_FALSE(d.is_infinity);
    136        
     136
    137137        PCUT_ASSERT_TRUE(d.is_negative);
    138138        PCUT_ASSERT_TRUE(d.is_denormal);
Note: See TracChangeset for help on using the changeset viewer.