Fixing a bug in introducing others
diff --git a/src/contactpanel.h b/src/contactpanel.h
index fd76b0b..f6e794c 100644
--- a/src/contactpanel.h
+++ b/src/contactpanel.h
@@ -96,8 +96,8 @@
 
   void
   onDnsEndorseeTimeout(ndn::Ptr<ndn::Closure> closure, 
-                      ndn::Ptr<ndn::Interest> interest, 
-                      int count);
+                       ndn::Ptr<ndn::Interest> interest, 
+                       int count);
   
   void
   onDnsEndorseeUnverified(ndn::Ptr<ndn::Data> data, int count);