Changeset 22d990c in mainline for uspace/srv/ns/ns.c


Ignore:
Timestamp:
2020-01-11T00:36:26Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/ns.c

    r8a74512 r22d990c  
    132132                return rc;
    133133        }
     134
    134135        task_retval(0);
    135 
    136136        printf("%s: Accepting connections\n", NAME);
    137 
    138137        async_manager();
    139138
Note: See TracChangeset for help on using the changeset viewer.