Changeset d1582b50 in mainline for uspace/lib/math/test/rounding.c


Ignore:
Timestamp:
2020-12-14T20:41:53Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
02fe42e
Parents:
1382446
git-author:
Jiri Svoboda <jiri@…> (2020-12-14 20:33:54)
git-committer:
Jiri Svoboda <jiri@…> (2020-12-14 20:41:53)
Message:

Fix spacing in single-line comments using latest ccheck

This found incorrectly formatted section comments (with blocks of
asterisks or dashes). I strongly believe against using section comments
but I am not simply removing them since that would probably be
controversial.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/math/test/rounding.c

    r1382446 rd1582b50  
    266266        -0x1.fffffep100f,     /* large integer with full mantissa */
    267267
    268         /* a few random numbers*/
     268        /* a few random numbers */
    269269        3.5, -2.1, 100.0, 50.0, -1024.0, 0.0, 768.3156, 1080.499999, -600.0, 1.0
    270270};
     
    476476        -0x1.fffffep100f,   /* large integer with full mantissa */
    477477
    478         /* a few random numbers*/
     478        /* a few random numbers */
    479479        3.5, -2.1, 100.0, 50.0, -1024.0, 0.0, 768.3156, 1080.5, -600.0, 1.0
    480480};
     
    686686        -0x1.fffffep100f,   /* large integer with full mantissa */
    687687
    688         /* a few random numbers*/
     688        /* a few random numbers */
    689689        3.0, -2.0, 100.0, 50.0, -1024.0, 0.0, 768.0, 1080.0, -600.0, 1.0
    690690};
     
    896896        -0x1.fffffep100f,   /* large integer with full mantissa */
    897897
    898         /* a few random numbers*/
     898        /* a few random numbers */
    899899        4.0, -2.0, 100.0, 50.0, -1024.0, 0.0, 768.0, 1081.0, -600.0, 1.0
    900900};
     
    11061106        -0x1.fffffep100f,   /* large integer with full mantissa */
    11071107
    1108         /* a few random numbers*/
     1108        /* a few random numbers */
    11091109        4.0, -2.0, 100.0, 50.0, -1024.0, 0.0, 768.0, 1080.0, -600.0, 1.0
    11101110};
Note: See TracChangeset for help on using the changeset viewer.