Changeset 894afff in mainline for uspace/app/stats/stats.c


Ignore:
Timestamp:
2019-12-11T17:18:33Z (4 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf78637
Parents:
5723313b
Message:

cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/stats/stats.c

    r5723313b r894afff  
    347347
    348348                        printf("\ttask%" PRIu64 " -> task%" PRIu64 " [style=\"invis\"]\n",
    349                                     stats_tasks[i].task_id, kernel_id);
     349                            stats_tasks[i].task_id, kernel_id);
    350350                }
    351351        }
     
    356356        for (size_t i = 0; i < count_ipccs; i++) {
    357357                printf("\ttask%" PRIu64 " -> task%" PRIu64 "\n",
    358                             stats_ipccs[i].caller, stats_ipccs[i].callee);
     358                    stats_ipccs[i].caller, stats_ipccs[i].callee);
    359359        }
    360360
Note: See TracChangeset for help on using the changeset viewer.