Changeset 102f641 in mainline for uspace/srv/sysman/units/unit_mnt.h


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/units/unit_mnt.h

    r241f1985 r102f641  
    3939        char *device;
    4040
    41         /** Should be underlying units (FS server, device) be autostarted
    42          * (implies blocking) */
     41        /**
     42         * Should be underlying units (FS server, device) be autostarted
     43         * (implies blocking)
     44         */
    4345        bool autostart;
    4446
     
    5052
    5153#endif
    52 
Note: See TracChangeset for help on using the changeset viewer.