diff --git a/proto/monitoring.proto b/proto/monitoring.proto
index a29a996b859aa1c4661de13cfee6d163f49bc8db..e5d4f6aaa7f465e98837e200962dc7ac7e2fa8ec 100755
--- a/proto/monitoring.proto
+++ b/proto/monitoring.proto
@@ -87,7 +87,7 @@ message KpiId {
 }
 
 message Kpi {
-  KpiId kpi_id    = 1;
+  KpiId             kpi_id    = 1;
   context.Timestamp timestamp = 2;
   KpiValue          kpi_value = 3;
 }
@@ -118,7 +118,6 @@ message KpiList {
 }
 
 
-
 message SubsDescriptor{
   SubscriptionID    subs_id             = 1;
   KpiId             kpi_id              = 2;