lp: delete deprecated LocalControlHeader

refs #3755

Change-Id: I98d8767fdaac058894371ddc52f5583b018691c6
diff --git a/src/util/dummy-client-face.cpp b/src/util/dummy-client-face.cpp
index fb454cb..a1c6408 100644
--- a/src/util/dummy-client-face.cpp
+++ b/src/util/dummy-client-face.cpp
@@ -30,7 +30,7 @@
 namespace ndn {
 namespace util {
 
-const DummyClientFace::Options DummyClientFace::DEFAULT_OPTIONS { true, false };
+const DummyClientFace::Options DummyClientFace::DEFAULT_OPTIONS{true, false};
 
 class DummyClientFace::Transport : public ndn::Transport
 {