]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd-network/sd-ndisc.c
Delete duplicate lines
[thirdparty/systemd.git] / src / libsystemd-network / sd-ndisc.c
index 79b2ea8bf25d3592510cc6aa603356d44ad88e06..32c20b1e4afa5c8cd389eb91847351543769286b 100644 (file)
@@ -34,7 +34,6 @@ static void ndisc_callback(sd_ndisc *ndisc, sd_ndisc_event event, sd_ndisc_route
         assert(ndisc);
         assert(event >= 0 && event < _SD_NDISC_EVENT_MAX);
 
-
         if (!ndisc->callback) {
                 log_ndisc("Received '%s' event.", ndisc_event_to_string(event));
                 return;