Browse Source

[3547] Indentation fixed.

Tomek Mrugalski 10 years ago
parent
commit
b86091d370
1 changed files with 1 additions and 1 deletions
  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:"