Parcourir la source

[3547] Indentation fixed.

Tomek Mrugalski il y a 10 ans
Parent
commit
b86091d370
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcp/pkt_filter_bpf.cc

+ 1 - 1
src/lib/dhcp/pkt_filter_bpf.cc

@@ -260,7 +260,7 @@ PktFilterBPF::openSocket(Iface& iface,
     if ((ver.bv_major != BPF_MAJOR_VERSION) ||
         (ver.bv_minor < BPF_MINOR_VERSION)) {
         close(fallback);
-         close(sock);
+        close(sock);
         isc_throw(SocketConfigError, "Invalid BPF version: "
                   << ver.bv_major << "." << ver.bv_minor
                   << " Expected at least version:"