face: NDNLP encoding change

FragIndex and FragCount fields are encoded as nonNegativeInteger.

refs #1283

Change-Id: I4654078c3bfd73c83ce06ce6a9cd97952a4f49f8
diff --git a/daemon/face/ndnlp-tlv.hpp b/daemon/face/ndnlp-tlv.hpp
index fe15e6a..ed97dae 100644
--- a/daemon/face/ndnlp-tlv.hpp
+++ b/daemon/face/ndnlp-tlv.hpp
@@ -10,7 +10,8 @@
 namespace nfd {
 namespace tlv {
 
-enum {
+enum
+{
   NdnlpData      = 80,
   NdnlpSequence  = 81,
   NdnlpFragIndex = 82,