Changeset 8565a42 in mainline for kernel/generic/include/udebug


Ignore:
Timestamp:
2018-03-02T20:34:50Z (8 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1a81f69, d5e5fd1
Parents:
3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
git-committer:
GitHub <noreply@…> (2018-03-02 20:34:50)
Message:

Remove all trailing whitespace, everywhere.

See individual commit messages for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/udebug/udebug.h

    r3061bc1 r8565a42  
    5858        mutex_t lock;
    5959        char *lock_owner;
    60        
     60
    6161        udebug_task_state_t dt_state;
    6262        call_t *begin_call;
     
    7171        /** Synchronize debug ops on this thread / access to this structure. */
    7272        mutex_t lock;
    73        
     73
    7474        waitq_t go_wq;
    7575        call_t *go_call;
    7676        sysarg_t syscall_args[6];
    7777        istate_t *uspace_state;
    78        
     78
    7979        /** What type of event are we stopped in or 0 if none. */
    8080        udebug_event_t cur_event;
Note: See TracChangeset for help on using the changeset viewer.