Changeset 850fd32 in mainline for uspace/app/tester/float/float2.c


Ignore:
Timestamp:
2018-03-11T01:21:19Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
84239b1, f0e825d
Parents:
338d54a7
Message:

Fix mischievious semicolons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/float/float2.c

    r338d54a7 r850fd32  
    449449                }
    450450        }
    451 ;
     451
    452452        for (unsigned int i = 0; i < OPERANDS; i++) {
    453453                double res = sinh(arguments_exp[i]);
Note: See TracChangeset for help on using the changeset viewer.