Changeset 3fafe5e0 in mainline for uspace/app/trace/trace.c


Ignore:
Timestamp:
2018-04-27T14:15:03Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7148abf
Parents:
a2eb85d
git-author:
Jiri Svoboda <jiri@…> (2018-04-26 17:14:26)
git-committer:
Jiri Svoboda <jiri@…> (2018-04-27 14:15:03)
Message:

Fix incorrectly indented double-slash comments.

File:
1 edited

Legend:

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

    ra2eb85d r3fafe5e0  
    381381        rc = udebug_args_read(sess, thread_hash, sc_args);
    382382
    383 //      printf("[%d] ", thread_id);
    384 
    385383        if (rc != EOK) {
    386384                printf("error\n");
     
    454452                    &ev_type, &val0, &val1);
    455453
    456 //              printf("rc = %d, ev_type=%d\n", rc, ev_type);
    457454                if (ev_type == UDEBUG_EVENT_FINISHED) {
    458455                        /* Done tracing this thread */
Note: See TracChangeset for help on using the changeset viewer.