1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

nspawn: fix indenting

This commit is contained in:
Lennart Poettering 2015-07-06 12:35:51 +02:00
parent 2f75af03c9
commit dbb60d6944

View File

@ -4696,10 +4696,10 @@ int main(int argc, char *argv[]) {
};
int ifi = 0;
ssize_t l;
_cleanup_event_unref_ sd_event *event = NULL;
_cleanup_(pty_forward_freep) PTYForward *forward = NULL;
_cleanup_netlink_unref_ sd_netlink *rtnl = NULL;
char last_char = 0;
_cleanup_event_unref_ sd_event *event = NULL;
_cleanup_(pty_forward_freep) PTYForward *forward = NULL;
_cleanup_netlink_unref_ sd_netlink *rtnl = NULL;
char last_char = 0;
r = barrier_create(&barrier);
if (r < 0) {