Changeset 102f641 in mainline for uspace/srv/sysman/sm_task.c


Ignore:
Timestamp:
2019-09-02T19:01:50Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
25697163
Parents:
241f1985
Message:

Correcting syntax according to ccheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/sm_task.c

    r241f1985 r102f641  
    3838#include "sm_task.h"
    3939
    40 
    4140/** Structure for boxing task event */
    4241struct sm_task_event {
     
    103102        CAST_SVC(u_svc)->main_task_id = tid;
    104103        CAST_SVC(u_svc)->anonymous = true;
    105         /* exec_start is left undefined, maybe could be hinted by kernel's task
    106          * name */
     104        /*
     105         * exec_start is left undefined, maybe could be hinted by kernel's task
     106         * name
     107         */
    107108
    108109        /*
     
    125126
    126127        return CAST_SVC(u_svc);
    127        
     128
    128129fail:
    129130        if (in_repo_update) {
     
    177178                u_svc->unit.state = STATE_STARTING;
    178179        }
    179 
    180180
    181181        /* Simple incomplete state automaton */
Note: See TracChangeset for help on using the changeset viewer.