Changeset e131bd05 in mainline


Ignore:
Timestamp:
2018-11-02T10:41:38Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c74b9de
Parents:
d6d6b3e
git-author:
Jiri Svoboda <jiri@…> (2018-11-01 22:41:24)
git-committer:
Jiri Svoboda <jiri@…> (2018-11-02 10:41:38)
Message:

Fix cstyle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/ipc/ping_pong.c

    rd6d6b3e re131bd05  
    6464static void ping_pong_report(uint64_t niter, uint64_t duration)
    6565{
    66         TPRINTF("Completed %" PRIu64 " round trips in %" PRIu64" us",
     66        TPRINTF("Completed %" PRIu64 " round trips in %" PRIu64 " us",
    6767            niter, duration);
    6868
     
    124124        for (i = 0; i < NUM_SAMPLES; i++) {
    125125                d = (double)niter / ((double)dsmp[i] / 1000000.0l) - avg;
    126                 qd += d*d;
     126                qd += d * d;
    127127        }
    128128
Note: See TracChangeset for help on using the changeset viewer.